Creator class for index buffer (IB) in spine rendering.

Spine渲染中用于创建索引缓冲区(IB)的类。

属性

ib: Uint16Array | Uint8Array | Uint32Array

The index buffer array.

索引缓冲区数组。

ibLength: number = 0

The actual length of the index buffer.

索引缓冲区的实际长度。

maxIndexCount: number = 0

The Max length of the index buffer.

索引缓冲区的最大长度。

outRenderData: MultiRenderData

The output render data for multiple renders.

用于多重渲染的输出渲染数据。

size: number

The byte count of the index type.

索引类型字节数量。

The index type.

索引类型。

方法