Class AnimationChannelTarget
Inherited Members
Namespace: GLTFast.Schema
Syntax
[Serializable]
public class AnimationChannelTarget
Fields
node
The index of the node to target.
Declaration
public int node
Field Value
Type | Description |
---|---|
Int32 |
path
The name of the node's TRS property to modify.
Declaration
public string path
Field Value
Type | Description |
---|---|
String |
Methods
GetPath()
Declaration
public AnimationChannel.Path GetPath()
Returns
Type | Description |
---|---|
AnimationChannel.Path |