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.