This version of Unity is unsupported.

BatchRendererGroup.SetBatchBuffer

Declaration

public void SetBatchBuffer(Rendering.BatchID batchID, GraphicsBufferHandle buffer);

Parameters

batchID Unity changes the batch with this ID.
buffer The GraphicsBufferHandle of the GraphicsBuffer to be associated with the batch.

Description

Change the GraphicsBuffer associated with the given batch.