This version of Unity is unsupported.

BatchRendererGroup.GetBatchScalarArray

Declaration

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

Declaration

public NativeArray<float> GetBatchScalarArray(int batchIndex, int propertyName);

Parameters

batchIndex Batch index.
propertyName Property name.

Returns

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

Description

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