Version: 2023.2
言語: 日本語

BatchFilterSettings

struct in UnityEngine.Rendering

マニュアルに切り替える

説明

Represents settings that Unity applies to draw commands in this draw range.

For more information, see BatchRendererGroup.

変数

allDepthSortedIndicates whether all draw commands in the current draw range have the BatchDrawCommandFlags.HasSortingPosition flag set.
layerThe layer to use for draw commands in this draw range.
motionModeSpecifies how to generate motion vectors in this draw range.
receiveShadowsIndicates whether instances from draw commands in this draw range should receive shadows.
rendererPriorityThe sorting priority to use for draw commands in this draw range.
renderingLayerMaskThe rendering layer mask to use for draw commands in this draw range.
sceneCullingMaskUse this bit mask to discard the draw commands in a particular context. A draw command is not discarded if the expression (1 << layer) & sceneCullingMask is true. This field is typically used when rendering Editor previews.
shadowCastingModeSpecifies how instances from the draw commands in this draw range cast shadows.
staticShadowCasterIndicates whether instances from the draw commands in this draw range render into cached shadow maps.