Click or drag to resize

VisualServerLightDirectionalShadowMode Enumeration

[Missing <summary> documentation for "T:Godot.VisualServer.LightDirectionalShadowMode"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum LightDirectionalShadowMode
Members
  Member nameValueDescription
Orthogonal0

Use orthogonal shadow projection for directional light.

Parallel2Splits1

Use 2 splits for shadow projection when using directional light.

Parallel4Splits2

Use 4 splits for shadow projection when using directional light.

See Also