LightShadowCasterCullingInfo

struct in UnityEngine.Rendering

/

Implemented in:UnityEngine.CoreModule

Description

This structure contains the information to perform shadow caster culling for a given light.

Additional resources: ShadowCastersCullingInfos.

Properties

projectionTypeThe projection type of the shadow-casting light to be rendered. For example, directional light shadow-maps will have orthographic projection. Spot lights will usually have perspective projection, but you might want to implement orthographically-projected box-shaped spot lights in your scriptable renderer pipeline.
splitExclusionMaskA bitmask that represents the shadow splits in LightShadowCasterCullingInfo.splitRange Unity discards.
splitRangeThe range of ShadowSplitData to use for this light.

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