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

パラメーター

batchIndexBatch index.
propertyNameプロパティー名

戻り値

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.