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

Parameters

batchIndexBatch index.
propertyNameProperty 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.