BatchRendererGroup.GetBatchVectorArrayInt

Switch to Manual
public NativeArray<int> GetBatchVectorArrayInt (int batchIndex, string propertyName);
public NativeArray<int> GetBatchVectorArrayInt (int batchIndex, int propertyName);

Parameters

batchIndexBatch index.
propertyNameProperty name.

Returns

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

Description

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