BatchDrawRange
Specifies a draw range of draw commands.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public struct BatchDrawRange
Remarks
For more information, see BatchRendererGroup.
Fields
Value | Description |
|---|---|
| drawCommandsBegin | The index of the first draw command inside the BatchCullingOutput.drawCommands array that this draw range applies to. |
| drawCommandsCount | The number of draw commands, starting from BatchDrawRange.drawCommandsBegin, this draw range applies to. |
| drawCommandsType | The BatchDrawCommandType that apply to draw commands in this draw range. |
| filterSettings | The BatchFilterSettings that apply to draw commands in this draw range. |