Version: 2023.2
언어: 한국어
Method group is Obsolete

ShadowDrawingSettings.projectionType

매뉴얼로 전환
Obsolete public Rendering.BatchCullingProjectionType projectionType ;

설명

The 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. This member variable is accessible later, in the culling process, when rendering the shadow map.

Additional resources: BatchCullingProjectionType enum.