Version: 2022.3
언어: 한국어

TransitionInterruptionSource

enumeration

매뉴얼로 전환

설명

Which AnimatorState transitions can interrupt the Transition.

변수

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.