The AnimatorStateScript class is the base class for animation state scripts. This is an abstract class and cannot be instantiated.
AnimatorStateScript 类用于动画状态脚本的父类,该类为抽象类,不允许实例。
Executed when the animation state begins.
动画状态开始时执行。
Executed when the animation state exits.
动画状态退出时执行。
Executed at the end of each loop if the animation is set to loop.
如果动画设置了循环,则在每次循环结束时执行。
The animation playback state (0-1).
Executed when the animation state is running.
动画状态运行中。
En
The AnimatorStateScript class is the base class for animation state scripts. This is an abstract class and cannot be instantiated.
Zh
AnimatorStateScript 类用于动画状态脚本的父类,该类为抽象类,不允许实例。