Function AnimationTreePlayer.transitionNodeHasInputAutoAdvance
Returns true
if the input at input_idx
on the transition node with name id
is set to automatically advance to the next input upon completion.
bool transitionNodeHasInputAutoAdvance
(
const(String) id,
const(long) input_idx
) nothrow @nogc const;