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

파라미터

batchIndexBatch index.
propertyNameProperty name.

반환

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

설명

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