AnimationNodeStateMachine.hasTransition

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

struct AnimationNodeStateMachine
@nogc nothrow const
bool
hasTransition
(
in String from
,
in String to
)

Meta