Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TransitionInterruptionSource

Which AnimatorState transitions can interrupt the Transition.
Read time 1 minuteLast updated 12 days ago

Definition

public enum TransitionInterruptionSource

Fields

Value

Description

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