Legacy Documentation: Version 5.4
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

TransitionInterruptionSource

enumeration

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.