AnimationNodeStateMachine.removeTransition

Deletes the transition between the two specified nodes.

struct AnimationNodeStateMachine
@nogc nothrow
void
removeTransition
(
in String from
,
in String to
)

Meta