Search Results for

    Show / Hide Table of Contents

    Class AnimationSampler

    Inheritance
    object
    AnimationSampler
    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 AnimationSampler

    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

    Input

    The index of an accessor containing keyframe input values, e.g., time.

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

    Interpolation

    Interpolation algorithm.

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("interpolation")]
    public AnimationSampler.InterpolationEnum Interpolation { get; set; }
    Property Value
    Type Description
    AnimationSampler.InterpolationEnum

    Output

    The index of an accessor, containing keyframe output values.

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

    Methods

    ShouldSerializeExtensions()

    Declaration
    public bool ShouldSerializeExtensions()
    Returns
    Type Description
    bool

    ShouldSerializeExtras()

    Declaration
    public bool ShouldSerializeExtras()
    Returns
    Type Description
    bool

    ShouldSerializeInterpolation()

    Declaration
    public bool ShouldSerializeInterpolation()
    Returns
    Type Description
    bool

    Extension Methods

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