Search Results for

    Show / Hide Table of Contents

    Class AnimationTrackModel

    Defines an animation track class.

    Inheritance
    object
    AnimationTrackModel
    Namespace: Evergine.Framework.Assets.Importers
    Assembly: Evergine.Framework.dll
    Syntax
    public class AnimationTrackModel

    Properties

    Duration

    Gets or sets the starting frame.

    Declaration
    public float Duration { get; set; }
    Property Value
    Type Description
    float

    The starting frame.

    Framerate

    Gets or sets the framerate.

    Declaration
    public float Framerate { get; set; }
    Property Value
    Type Description
    float

    The frame rate.

    Name

    Gets or sets the name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    The name.

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX