mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    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

    Inheritance
    Object
    GltfProperty
    GltfAnimationChannelTarget
    Inherited Members
    GltfProperty.Extensions
    GltfProperty.Extras
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema
    Assembly: cs.temp.dll.dll
    Syntax
    public class GltfAnimationChannelTarget : GltfProperty

    Fields

    node

    The index of the node to target.

    Declaration
    public int node
    Field Value
    Type Description
    Int32

    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

    path

    The name of the node's TRS property to modify.

    Declaration
    public GltfAnimationChannelPath path
    Field Value
    Type Description
    GltfAnimationChannelPath
    In This Article
    • Fields
      • node
      • node
      • path
      • path
    Back to top Generated by DocFX