The AnimatorStateScript class is used as the parent class for animation state scripts. This class is abstract and does not allow instances.

AnimatorStateScript 类用于动画状态脚本的父类,该类为抽象类,不允许实例。

构造函数

方法

  • 参数

    • normalizeTime: number

      The normalized play time of the animation, ranging from 0 to 1.

    返回 void

    Called during the execution of the animation state, providing the normalized play time.

    在动画状态运行中调用,提供归一化的播放时间。