Version: 2021.3

BatchRendererGroup.GetBatchVectorArrayInt

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

参数

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

返回

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.