Represents a parser for spine attachments.

表示一个spine附件解析器。

构造函数

属性

attachment: string

The name of the attachment.

附件的名称。

blendMode: number

The blend mode of the attachment.

附件的混合模式。

boneIndex: number

The index of the bone.

骨骼的索引。

color: TColor

The color of the attachment.

附件的颜色。

indexArray: number[]

The index array of the attachment.

附件的索引数组。

indexCount: number = 0

The number of indices in the attachment.

附件中的索引数量。

isclip: boolean

Indicates if the attachment is a clipping attachment.

指示附件是否为裁剪附件。

isNormalRender: boolean = false

Indicates if normal rendering is required.

指示是否需要正常渲染。

isPath: boolean

the attachment is a path attachment.

是否为路径解析器

lightColor: TColor
slotId: number

The ID of the slot.

插槽的ID。

sourceData: Attachment

The source data of the attachment.

附件的源数据。

stride: number

The stride of the vertex data.

顶点数据的步长。

textureName: string

The name of the texture.

纹理的名称。

uvs: ArrayLike<number>

The UV coordinates of the attachment.

附件的UV坐标。

vertexArray: Float32Array

The vertex array of the attachment.

附件的顶点数组。

vertexBones: number = 0

The number of bones that affect a vertex.

影响一个顶点的最大骨骼数。

vertexCount: number = 0

The number of vertices in the attachment.

附件中的顶点数量。

方法

  • 参数

    • attachment: Attachment

      The spine attachment to parse.

    • boneIndex: number

      The index of the bone.

    • slotId: number

      The ID of the slot.

    • deform: number[]

      The deformation array.

    • slot: SlotData

      The slot data.

    返回 boolean

    Initializes the attachment parser with the given parameters.

    使用给定的参数初始化附件解析器。