This version of Unity is unsupported.

BatchRendererGroup.GetBatchMatrixArray

Declaration

public NativeArray<Matrix4x4> GetBatchMatrixArray(int batchIndex, string propertyName);

Declaration

public NativeArray<Matrix4x4> GetBatchMatrixArray(int batchIndex, int propertyName);

Parameters

batchIndex Batch index.
propertyName Property name.

Returns

NativeArray<Matrix4x4> An array of writable matrix properties for the batch specified by batchIndex.

Description

Retrieves an array of instanced vector properties for a given batch.