Class GltfAnimationChannelTarget
The index of the node and TRS property that an animation channel targets. https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/animation.channel.target.schema.json
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class GltfAnimationChannelTarget : GltfProperty
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 GltfAnimationChannelPath path
Field Value
Type | Description |
---|---|
GltfAnimationChannelPath |