3D Animation Controller

Use 3D Animation Controller to control the 3D animation state. 3D Animation Controller is in the Utility category.
Input
Name | Data type | Description |
Play | Exec | Play the animation |
Stop | Exec | Stop the animation playback |
Animation | Animator | The animation to be controlled |
Which Clip | Number | The index of the animation. The animation is always played from index 0. |
Loop Time | Number | The number of times of playing the animation. -1 is for infinite loop. |
Stop on Last Frame | Boolean | Whether to stop the animation on the last frame. True is for stop. |
Output
Name | Data type | Description |
Exit | Exec | Execute the next node |
On Play | Exec | Execute the next node when the animation playback starts |
On Stop | Exec | Execute the next node when the animation playback stops |
On Finish | Exec | Execute the next node when the animation finishes playing |
Example

This example shows the alien playing index 2 (jump) clip in infinity when the effect starts, then once tape the screen, it will switch to play index 3 (fall) animation and play once. Once the fall animation finishes, it will switch back to default looping jump.
