The AnimatorPlayState class is used to create animation play state information.
AnimatorPlayState 类用于创建动画播放状态信息。
constructor
构造函数
The current animator state.
当前的动画状态机。
The current AnimatorState.
当前的动画状态。
The duration of the current animation in seconds.
当前动画的持续时间,以秒为单位。
The normalized time of the animation.
The normalized time of the play state. The integer part represents the number of loops, and the fractional part represents the time of a single play.
播放状态的归一化时间。整数部分表示循环次数,小数部分表示单次播放时间。
En
The AnimatorPlayState class is used to create animation play state information.
Zh
AnimatorPlayState 类用于创建动画播放状态信息。