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

パラメーター

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

戻り値

NativeArray<int> An array of writable vector properties for the batch specified by batchIndex, arranged linearly as individual int elements.

説明

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