2D animation transition

2D动画过渡

构造函数

属性

Transition conditions

过渡条件。

destState: AnimatorState2D

The destination state for the transition.

过渡的目标状态。

exitByTime: boolean

Is the effective time set.

是否设置生效时间。

exitTime: number

The exit time of the state.

状态的退出时间。

isAndOperEnabled: boolean

Whether to use and operate when there are multiple conditions

当有多个条件的时候是否使用与操作

mute: boolean

Whether the state is muted.

状态是否被禁用。

transduration: number

The normalized transition duration.

归一化的过渡持续时间。

transstartoffset: number

The normalized playback position of the next state in the transition.

过渡中下一个状态的归一化播放位置。

方法

  • 参数

    • normalizeTime: number

      The current normalized time (between 0 and 1) in the animation.

    • paramsMap: Record<string, Animation2DParm>

      Condition group

    • isReplay: boolean

      Whether to repeat playback.

    返回 boolean

    Checks whether the transition is enabled based on the normalized time, condition parameters, and replay status.

    根据归一化时间、条件参数和重播状态检查过渡是否启用。