public NativeArray<int> GetBatchVectorArrayInt (int batchIndex, string propertyName);
public NativeArray<int> GetBatchVectorArrayInt (int batchIndex, int propertyName);

Parámetros

batchIndexBatch index.
propertyNameNombre de la propiedad.

Valor de retorno

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

Descripción

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