Version: 2020.3
言語: 日本語
public NativeArray<float> GetBatchScalarArray (int batchIndex, string propertyName);
public NativeArray<float> GetBatchScalarArray (int batchIndex, int propertyName);

パラメーター

batchIndex Batch 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.