Version: 2020.1
언어: 한국어

BatchRendererGroup.GetBatchScalarArrayInt

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

파라미터

batchIndex Batch index.
propertyName Property name.

반환

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

설명

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