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

파라미터

batchIndexBatch index.
propertyNameProperty name.

반환

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

설명

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