Function AnimationNodeStateMachine.removeTransition

Deletes the transition between the two specified nodes.

void removeTransition (
  const(String) from,
  const(String) to
) nothrow @nogc;