TransitionInterruptionSource

enumeration

Cambiar al Manual

Descripción

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.