Class AnimationChannelBase
Inherited Members
Namespace: GLTFast.Schema
Assembly: solution.dll
Syntax
[Serializable]
public abstract class AnimationChannelBase
Fields
sampler
The index of a sampler in this animation used to compute the value for the target, e.g., a node's translation, rotation, or scale (TRS).
Declaration
public int sampler
Field Value
Type | Description |
---|---|
int |
Properties
Target
The index of the node and TRS property to target.
Declaration
public abstract AnimationChannelTarget Target { get; }
Property Value
Type | Description |
---|---|
AnimationChannelTarget |