Version: 2023.1
언어: 한국어

LightShadowCasterCullingInfo

struct in UnityEngine.Rendering

매뉴얼로 전환

설명

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

변수

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.
splitRangeThe range of ShadowSplitData to use for this light.