This version of Unity is unsupported.

BatchRendererGroup.GetBatchMatrices

Declaration

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.