Function AnimationTreePlayer.transitionNodeSetInputAutoAdvance

The transition node with name id advances to its next input automatically when the input at input_idx completes.

void transitionNodeSetInputAutoAdvance (
  const(String) id,
  const(long) input_idx,
  const(bool) enable
) nothrow @nogc;