Represents a collection of multiple render data.

表示多个渲染数据的集合。

属性

currentData: RenderData

The current RenderData being processed.

当前正在处理的 RenderData。

id: number
renderData: RenderData[]

Render data array.

渲染数据数组。

ID: number = 0

Unique identifier for MultiRenderData instances.

MultiRenderData 实例的唯一标识符。

方法

  • 参数

    • textureName: string

      The name of the texture.

    • blendMode: number

      The blend mode for rendering.

    • offset: number

      The starting offset in the vertex buffer.

    • length: number

      The initial length of data.

    • attachment: string

    返回 void

    Adds new render data to the collection.

    向集合中添加新的渲染数据。

  • 参数

    • length: number

      The final length of the data.

    返回 void

    Finalizes the current render data by updating its length.

    通过更新长度来完成当前渲染数据的处理。