This version of Unity is unsupported.

TransitionInterruptionSource

enumeration

Description

Which AnimatorState transitions can interrupt the Transition.

Properties

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.