Function AnimationNodeStateMachineTransition.priority
Lower priority transitions are preferred when travelling through the tree via AnimationNodeStateMachinePlayback
or autoAdvance
.
long priority() nothrow @property @nogc;
void priority
(
long v
) nothrow @property @nogc;