Function AnimationNodeStateMachineTransition.priority

Lower priority transitions are preferred when travelling through the tree via AnimationNodeStateMachinePlayback.travel or autoAdvance.

long priority() nothrow @property @nogc;

void priority (
  long v
) nothrow @property @nogc;