BatchRendererGroup.GetBatchScalarArrayInt

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

Parameters

batchIndexBatch index.
propertyNameProperty name.

Returns

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

Description

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