Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BatchDrawRange

Specifies a draw range of draw commands.
Read time 1 minuteLast updated 4 days ago

Definition

public struct BatchDrawRange

Remarks

For more information, see BatchRendererGroup.

Fields

Value

Description

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.
drawCommandsTypeThe BatchDrawCommandType that apply to draw commands in this draw range.
filterSettingsThe BatchFilterSettings that apply to draw commands in this draw range.