Version: 2021.3

BatchRendererGroup.GetBatchScalarArrayInt

切换到手册
public NativeArray<int> GetBatchScalarArrayInt (int batchIndex, string propertyName);
public NativeArray<int> GetBatchScalarArrayInt (int batchIndex, int propertyName);

参数

batchIndex 批次索引。
propertyName 属性名称。

返回

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.