class
AnimationSequence
public abstract class AnimationSequence Properties
| Name | Type | Description |
|---|---|---|
Duration virtual | Single | The duration of the currently playing sequence (seconds) |
IsFinished virtual | Boolean | Get whether the current animation sequence has finished |
Name virtual | String | The name of the currently playing animation sequence |
TimeNormalized virtual | Single | The normalized (between 0 and 1) elapsed time of the currently playing animation sequence |
Time virtual | Single | The elapsed time of the currently playing animation sequence (seconds) |
SequenceNames virtual | IReadOnlyList<String> | The list of sequences that can be used |