Class AnimationTrackModel
Animation track definition class.
Namespace: Evergine.Framework.Assets.Importers
Assembly: Evergine.Framework.dll
Syntax
public class AnimationTrackModel
Properties
Duration
Gets or sets the start frame.
Declaration
public float Duration { get; set; }
Property Value
Type | Description |
---|---|
float | The start frame. |
Framerate
Gets or sets the framerate.
Declaration
public float Framerate { get; set; }
Property Value
Type | Description |
---|---|
float | The start frame. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The name. |