A function defined in BBMOD_IMeshRenderQueue.gml
DrawMeshBatched(_mesh, _material, _matrix, _batchData)
Adds a BBMOD_ERenderCommand.DrawMeshBatched command into the queue.
| Name | Type | Description |
|---|---|---|
| _mesh | Struct.BBMOD_Mesh |
The mesh to draw. |
| _material | Struct.BBMOD_Material |
The material to use. |
| _matrix | Array |
The world matrix. |
| _batchData | Array |
Either a single array of batch data or an array of arrays of batch data. |
Struct.BBMOD_IMeshRenderQueue Returns self.
Copyright © 2025, BlueBurn. Built on April 12, 2025 using GMDoc.