Version: 2021.3
언어: 한국어
public NativeArray<float> GetBatchScalarArray (int batchIndex, string propertyName);
public NativeArray<float> GetBatchScalarArray (int batchIndex, int propertyName);

파라미터

batchIndex Batch index.
propertyName Property 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.