class AnimationSequence

robot_2Generated
code_blocksInput

Description

The AnimationSequence class in the Sandbox namespace represents an abstract base class for handling animation sequences. It provides properties to access details about the currently playing animation sequence, such as its duration, name, and elapsed time.

Members

Instance Properties

Member NameSummary
DurationThe duration of the currently playing sequence (seconds)
IsFinishedGet whether the current animation sequence has finished
NameThe name of the currently playing animation sequence
TimeNormalizedThe normalized (between 0 and 1) elapsed time of the currently playing animation sequence
TimeThe elapsed time of the currently playing animation sequence (seconds)
SequenceNamesThe list of sequences that can be used