A group of batches.
Represents a container for multiple batches that share the same culling method. See Also: OnPerformCulling.
| BatchRendererGroup | Creates a new BatchRendererGroup. | 
| AddBatch | Adds a new batch to the group. | 
| Dispose | Deletes a group. | 
| GetBatchMatrices | Retrieves the matrices associated with one batch. | 
| GetNumBatches | Retrieves the number of batches added to the group. | 
| RemoveBatch | Removes a batch from the group and frees the batch index to be reused by future AddBatch calls. It will not modify the batchIndex of any other batches. | 
| SetBatchBounds | Sets the bounding box of the batch. | 
| SetInstancingData | Updates a batch. | 
| OnPerformCulling | Culling callback function. | 
Did you find this page useful? Please give it a rating: