Function AnimationNodeStateMachine.addTransition

Adds a transition between the given nodes.

void addTransition (
  const(String) from,
  const(String) to,
  AnimationNodeStateMachineTransition transition
) nothrow @nogc;