BatchRendererGroup.GetBatchMatrices
public NativeArray<Matrix4x4> GetBatchMatrices(int batchIndex);
Parameters
| batchIndex | Batch index. |
Returns
NativeArray<Matrix4x4> Matrices associated with the batch specified by batchIndex.
Description 描述
Retrieves the matrices associated with one batch.