This version of Unity is unsupported.

BatchRendererGroup.GetBatchScalarArrayInt

Declaration

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

Declaration

public NativeArray<int> GetBatchScalarArrayInt(int batchIndex, int propertyName);

Parameters

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