AnimationQueueMode
AnimationQueueMode is used to define the playback mode of an animation.
- Normal: The animation will play once and then stop.
- Loop: The animation will continuously loop.
- PingPong: The animation will play forward and then backward in a continuous loop.
- Random: The animation will play once and then randomly select another animation to play.
| attributes | description |
|---|---|
| CompleteOthers | Starts playing after all other animations have stopped playing. |
| PlayNow | Starts playing immediately. |
