Version: 2020.2
언어: 한국어

BatchRendererGroup.GetBatchVectorArrayInt

매뉴얼로 전환
public NativeArray<int> GetBatchVectorArrayInt (int batchIndex, string propertyName);
public NativeArray<int> GetBatchVectorArrayInt (int batchIndex, int propertyName);

파라미터

batchIndex Batch index.
propertyName Property name.

반환

NativeArray<int> An array of writable vector properties for the batch specified by batchIndex, arranged linearly as individual int elements.

설명

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