Animation Get Frame
Returns the current frame of the given animation controller component.
Returns the current frame of the given animation controller component.
Returns whether or not the Animation Controller is currently playing.
Returns the normalized speed of the given Animation Controller.
Returns the current time stamp of the given animation controller. The value is not impacted by the animation speed.
Pauses the Animation Controller. The Animation Controller resumes at the same moment next time play is activated.
Tells the Animation Controller to play its animation using the Playback Mode set in the Animation Controller's configuration menu.
Sets the Animation Controller's animation to a specific frame number.
Sets the Animation Controller's play speed. Default value is 1. Negative values play the animation in reverse.
Sets the time stamp of the given animation controller to the given time in seconds. The time stamp is not impacted by the animation speed.
Stops the Animation Controller. The Animation Controller restarts from the beginning next time play is activated.