Class AnimationChannelBase<TTarget>
Inherited Members
Namespace: GLTFast.Schema
Assembly: glTFast.dll
Syntax
[Serializable]
public abstract class AnimationChannelBase<TTarget> : AnimationChannelBase where TTarget : AnimationChannelTarget
Type Parameters
Name | Description |
---|---|
TTarget |
Fields
target
Declaration
public TTarget target
Field Value
Type | Description |
---|---|
TTarget |
Properties
Target
The index of the node and TRS property to target.
Declaration
public override AnimationChannelTarget Target { get; }
Property Value
Type | Description |
---|---|
AnimationChannelTarget |