This version of Unity is unsupported.

BatchDrawRange

struct in UnityEngine.Rendering

/

Implemented in:UnityEngine.CoreModule

Description

Specifies a draw range of draw commands.

For more information, see BatchRendererGroup.

Properties

drawCommandsBeginThe index of the first draw command inside the BatchCullingOutput.drawCommands array that this draw range applies to.
drawCommandsCountThe number of draw commands, starting from BatchDrawRange.drawCommandsBegin, this draw range applies to.
filterSettingsThe BatchFilterSettings that apply to draw commands in this draw range.