Animation rendering proxy class for managing animation state and rendering.

动画渲染代理类,用于管理动画状态和渲染。

构造函数

属性

animator: AnimationRender

The animation renderer.

动画渲染器。

currentFrameIndex: number

The current frame index.

当前帧索引。

currentSKin: SkinAniRenderData

The current skin animation render data.

当前皮肤动画渲染数据。

currentTime: number

The current animation time.

当前动画时间。

state: AnimationState

The animation state.

动画状态。

访问器

方法

  • 参数

    • bones: Bone[]

      The bones to render.

    • slots: Slot[]

      The slots to render.

    • updator: SkinRenderUpdate

      The VB/IB updater.

    • curTime: number

      The current animation time.

    • boneMat: Float32Array

      The bone matrix.

    返回 void

    Renders the animation with matrix transformation.

    进行矩阵变换的动画渲染。