Click or drag to resize

VisualServerLightOmniShadowDetail Enumeration

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

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

Use more detail vertically when computing shadow map.

Horizontal1

Use more detail horizontally when computing shadow map.

See Also