Version: 2022.1

TransitionInterruptionSource

enumeration

切换到手册

描述

哪个 AnimatorState 过渡可以中断过渡。

变量

None过渡不能中断。以前称为 Atomic。
Source过渡可被源 AnimatorState 中的过渡中断。
Destination过渡可被目标 AnimatorState 中的过渡中断。
SourceThenDestination过渡可被源或目标 AnimatorState 中的过渡中断。
DestinationThenSource过渡可被源或目标 AnimatorState 中的过渡中断。

Did you find this page useful? Please give it a rating: