Skip to main content

10 docs tagged with "Animation Controller"

View All Tags

Animation Get Time Stamp

Returns the current time stamp of the given animation controller. The value is not impacted by the animation speed.

Animation Pause

Pauses the Animation Controller. The Animation Controller resumes at the same moment next time play is activated.

Animation Play

Tells the Animation Controller to play its animation using the Playback Mode set in the Animation Controller's configuration menu.

Animation Set Speed

Sets the Animation Controller's play speed. Default value is 1. Negative values play the animation in reverse.

Animation Set Time Stamp

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.

Animation Stop

Stops the Animation Controller. The Animation Controller restarts from the beginning next time play is activated.