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

Parámetros

batchIndexBatch index.
propertyNameNombre de la propiedad.

Valor de retorno

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

Descripción

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