setTransitionAnimation
Set the transition effect.
Address
/scene/setTransitionAnimation [mode]
Arguments
Type | Description | |
---|---|---|
argument 1 | Int | Transition effect. 0: Cut, 1: Fade |
Example
Set the transition effect to fade.
/scene/setTransitionAnimation 1
Note: Floating point numbers will be rounded down.
/scene/setTransitionAnimation 1.9 = /scene/setTransitionAnimation 1