The AnimatorPlayState class is used to create animation play state information.

AnimatorPlayState 类用于创建动画播放状态信息。

构造函数

访问器

  • get normalizedTime(): number

    返回 number

    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.

    播放状态的归一化时间。整数部分表示循环次数,小数部分表示单次播放时间。