SpineAdapter is an adapter class for integrating the Spine animation system.

SpineAdapter 是一个适配器类,用于集成 Spine 动画系统。

构造函数

属性

_ibArray: Uint16Array
_spine: any
_vbArray: Float32Array
isWasm: boolean

Indicates whether the Spine system is using WebAssembly.

指示 Spine 系统是否使用 WebAssembly。

stateMap: any = ...

Map of state values to their corresponding string representations.

状态值到其对应字符串表示的映射。

方法

  • 参数

    • maxNumVertices: number

      Maximum number of vertices.

    • maxNumIndices: number

      Maximum number of indices.

    返回 void

    Bind vertex and index buffers for Spine rendering.

    为 Spine 渲染绑定顶点和索引缓冲区。

  • 参数

    • fun: Function

      The drawing function.

    • skeleton: any

      The Spine skeleton to draw.

    • twoColorTint: boolean

      Whether to use two-color tinting.

    • slotRangeStart: number

      The starting slot index.

    • slotRangeEnd: number

      The ending slot index.

    返回 void

    Draw a Spine skeleton.

    绘制 Spine 骨骼。

  • 返回 void

    Initialize and extend the Spine animation library's AnimationState prototype.

    初始化并扩展Spine动画库的AnimationState原型。