GltfAnimationChannel Class

Definition

public ref class GltfAnimationChannel : Microsoft::MixedReality::Toolkit::Utilities::Gltf::Schema::GltfProperty
[System.Serializable]
public class GltfAnimationChannel : Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema.GltfProperty
[<System.Serializable>]
type GltfAnimationChannel = class
    inherit GltfProperty
Public Class GltfAnimationChannel
Inherits GltfProperty
Inheritance
GltfAnimationChannel
Attributes

Constructors

GltfAnimationChannel()

Fields

Extensions

https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/extension.schema.json

(Inherited from GltfProperty)
Extras

https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/extras.schema.json

(Inherited from GltfProperty)
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).

target

The index of the node and TRS property to target.

Applies to