Version: 2021.2
언어: 한국어
public NativeArray<Matrix4x4> GetBatchMatrixArray (int batchIndex, string propertyName);
public NativeArray<Matrix4x4> GetBatchMatrixArray (int batchIndex, int propertyName);

파라미터

batchIndex Batch index.
propertyName Property 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.