ShadowDrawingSettings

struct in UnityEngine.Rendering

/

Implemented in:UnityEngine.CoreModule

Description

Settings for ScriptableRenderContext.DrawShadows.

This structure describes which shadow light to render (lightIndex) with what split settings (splitData).

Additional resources: ShadowSplitData.

Properties

batchLayerMaskUnity renders objects whose BatchFilterSettings.batchLayer value is enabled in this bit mask.
cullingResultsCulling results to use.
lightIndexThe index of the shadow-casting light to be rendered.
objectsFilterSpecifies the filter Unity applies to GameObjects that it renders in the shadow pass.
splitIndexThe split index of the shadow-casting light to be rendered. With the default value of -1, Unity increments the split index from 0 for shadow renderer lists that are created consecutively for the same light index with matching filtering and masking settings.
useRenderingLayerMaskTestSet this to true to make Unity filter Renderers during shadow rendering. Unity filters Renderers based on the Rendering Layer Mask of the Renderer itself, and the Rendering Layer Mask of each shadow casting Light.

Constructors

ShadowDrawingSettingsCreate a shadow settings object.

Did you find this page useful? Please give it a rating: