Click or drag to resize

DirectionalLightShadowDepthRange Enumeration

[Missing <summary> documentation for "T:Godot.DirectionalLight.ShadowDepthRange"]

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

Keeps the shadow stable when the camera moves, at the cost of lower effective shadow resolution.

Optimized1

Tries to achieve maximum shadow resolution. May result in saw effect on shadow edges. This mode typically works best in games where the camera will often move at high speeds, such as most racing games.

See Also