Version: 2022.3
언어: 한국어

ShadowDrawingSettingsConstructor

매뉴얼로 전환
public ShadowDrawingSettings (Rendering.CullingResults cullingResults, int lightIndex, Rendering.BatchCullingProjectionType projectionType);

파라미터

cullResults The cull results for this light.
lightIndex The light index.
projectionType The projection type of the shadow map. For directional lights this is usually BatchCullingProjectionType.Orthographic and for point or spot lights, it is usually BatchCullingProjectionType.Perspective.

설명

Create a shadow settings object.

See Also: CullingResults.