Version: 2022.3
언어: 한국어

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.