Search Results for

    Show / Hide Table of Contents

    Class AnimationChannel

    Inheritance
    object
    AnimationChannel
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: glTFLoader.Schema
    Assembly: Evergine.Assets.dll
    Syntax
    public class AnimationChannel

    Properties

    Extensions

    Dictionary object with extension-specific objects.

    Declaration
    [JsonProperty("extensions")]
    public Dictionary<string, object> Extensions { get; set; }
    Property Value
    Type Description
    Dictionary<string, object>

    Extras

    Application-specific data.

    Declaration
    [JsonProperty("extras")]
    public Extras Extras { get; set; }
    Property Value
    Type Description
    Extras

    Sampler

    The index of a sampler in this animation used to compute the value for the target.

    Declaration
    [JsonRequired]
    [JsonProperty("sampler")]
    public int Sampler { get; set; }
    Property Value
    Type Description
    int

    Target

    The index of the node and TRS property to target.

    Declaration
    [JsonRequired]
    [JsonProperty("target")]
    public AnimationChannelTarget Target { get; set; }
    Property Value
    Type Description
    AnimationChannelTarget

    Methods

    ShouldSerializeExtensions()

    Declaration
    public bool ShouldSerializeExtensions()
    Returns
    Type Description
    bool

    ShouldSerializeExtras()

    Declaration
    public bool ShouldSerializeExtras()
    Returns
    Type Description
    bool

    ShouldSerializeTarget()

    Declaration
    public bool ShouldSerializeTarget()
    Returns
    Type Description
    bool

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX