Function AnimationNodeStateMachine.hasTransition

Returns true if there is a transition between the given nodes.

bool hasTransition (
  const(String) from,
  const(String) to
) nothrow @nogc const;