Animation Control
Control animation state with triggers.
Node Data | |
---|---|
Misc | |
Display name | |
Animation Control | |
Internal name | |
Node_Animation_Control | |
Inheritances | |
node | |
node_animation_control | |
Inputs | |
node_animation_control | |
trigger |
Toggle Play / Pause |
trigger |
Pause |
trigger |
Resume |
trigger |
Play From Beginning |
trigger |
Play Once |
trigger |
Skip Frames |
int |
Skip Frames Count |
Outputs |
This node is used to control the playback of the animations using triggers. Noted that modifying playback in runtime can cause problem with animation exporter. So this node shoud be use for live update or still image rendering only.
Triggers
Name | Description |
---|---|
Toggle Play / Pause | Switch between play and pause state. |
Pause | Pause the animation. |
Resume | Resume the animation. |
Play From Beginning | Play the animation from the beginning. |
Play Once | Play the animation once. |
Skip Frames | Skip by Skip Frames Count frames. |