Version: 2021.1
언어: 한국어
public NativeArray<Vector4> GetBatchVectorArray (int batchIndex, string propertyName);
public NativeArray<Vector4> GetBatchVectorArray (int batchIndex, int propertyName);

파라미터

batchIndex Batch index.
propertyName Property name.

반환

NativeArray<Vector4> An array of writable vector properties for the batch specified by batchIndex.

설명

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