The play command initiates playback of the animation in the scene.
Playback control
play [-backwards] [-t] |
None
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
backwards | 0 | — | — | Backward |
t | 0 | — | — | Toggle play/stop |
void
play -backwards; // Play the scene animation backwards. |