This version of Unity is unsupported.

BatchRendererGroup.GetBatchVectorArray

Declaration

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

Declaration

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

Parameters

batchIndex Batch index.
propertyName Property name.

Returns

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

Description

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