This version of Unity is unsupported.

BatchDrawCommand.batchID

public Rendering.BatchID batchID;

Description

The batch ID that this draw command uses. Determines the metadata values that are available to a shader.

This determines the metadata values that are available to a shader and which Graphics buffer to bind as the unity_DOTSInstanceData buffer for the draw call. For more information, see BatchRendererGroup.