This version of Unity is unsupported.

BatchRendererGroup.GetBatchVectorArrayInt

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

Parameters

batchIndex Batch index.
propertyName Property 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.