Click or drag to resize

OmniLightShadowDetail Enumeration

[Missing <summary> documentation for "T:Godot.OmniLight.ShadowDetail"]

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

Use more detail vertically when computing the shadow.

Horizontal1

Use more detail horizontally when computing the shadow.

See Also