Class AnimationChannelTarget
Inherited Members
Namespace: GLTFast.Schema
Assembly: solution.dll
Syntax
[Serializable]
public class AnimationChannelTarget
Fields
node
The index of the node to target.
Declaration
public int node
Field Value
Type | Description |
---|---|
int |
path
The name of the node's TRS property to modify.
Declaration
[Obsolete("Use GetPath for access.")]
public string path
Field Value
Type | Description |
---|---|
string |
Methods
GetPath()
Declaration
public AnimationChannelBase.Path GetPath()
Returns
Type | Description |
---|---|
AnimationChannelBase.Path |