Function AnimationNodeStateMachineTransition.autoAdvance
Turn on the transition automatically when this state is reached. This works best with constant SWITCH_MODE_AT_END
.
bool autoAdvance() nothrow @property @nogc;
void autoAdvance
(
bool v
) nothrow @property @nogc;