Version: 2022.1
言語: 日本語

BatchDrawRange

struct in UnityEngine.Rendering

マニュアルに切り替える

説明

Specifies a draw range of draw commands.

For more information, see BatchRendererGroup.

変数

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.