Utility class for Spine slot operations.

Spine 插槽操作的实用工具类。

构造函数

方法

  • 参数

    • attachmentParse: AttachmentParse

      The attachment parse containing the source index array.

    • indexArray: Uint16Array | Uint8Array | Uint32Array

      The target index array to append to.

    • size: number

      The size to offset each index by.

    • offset: number

      The starting offset in the target index array.

    返回 number

    Append index array from attachment parse to the target index array.

    将附件解析中的索引数组追加到目标索引数组。