TransitionInterruptionSource

enumeration

Switch to Manual

Description

Which AnimatorState transitions can interrupt the Transition.

Variables

NoneThe Transition cannot be interrupted. Formely know as Atomic.
SourceThe Transition can be interrupted by transitions in the source AnimatorState.
DestinationThe Transition can be interrupted by transitions in the destination AnimatorState.
SourceThenDestinationThe Transition can be interrupted by transitions in the source or the destination AnimatorState.
DestinationThenSourceThe Transition can be interrupted by transitions in the source or the destination AnimatorState.