TransitionInterruptionSource
Which AnimatorState transitions can interrupt the Transition.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Enum
- Namespace: UnityEditor.Animations
- Assembly: UnityEditor.CoreModule
public enum TransitionInterruptionSource
Fields
Value | Description |
|---|---|
| Destination | The Transition can be interrupted by transitions in the destination AnimatorState. |
| DestinationThenSource | The Transition can be interrupted by transitions in the source or the destination AnimatorState. |
| None | The Transition cannot be interrupted. Formely know as Atomic. |
| Source | The Transition can be interrupted by transitions in the source AnimatorState. |
| SourceThenDestination | The Transition can be interrupted by transitions in the source or the destination AnimatorState. |