AnimationNodeStateMachineTransition.SwitchMode

Values

ValueMeaning
switchModeImmediate0

Switch to the next state immediately. The current state will end and blend into the beginning of the new one.

switchModeSync1

Switch to the next state immediately, but will seek the new state to the playback position of the old state.

switchModeAtEnd2

Wait for the current state playback to end, then switch to the beginning of the next state animation.

Meta