Version: 2021.3
言語: 日本語
public NativeArray<int> GetBatchScalarArrayInt (int batchIndex, string propertyName);
public NativeArray<int> GetBatchScalarArrayInt (int batchIndex, int propertyName);

パラメーター

batchIndex Batch index.
propertyName プロパティー名

戻り値

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

説明

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