Click or drag to resize

Light2DShadowFilterEnum Enumeration

[Missing <summary> documentation for "T:Godot.Light2D.ShadowFilterEnum"]

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

No filter applies to the shadow map. See ShadowFilter.

Pcf31

Percentage closer filtering (3 samples) applies to the shadow map. See ShadowFilter.

Pcf52

Percentage closer filtering (5 samples) applies to the shadow map. See ShadowFilter.

Pcf73

Percentage closer filtering (7 samples) applies to the shadow map. See ShadowFilter.

Pcf94

Percentage closer filtering (9 samples) applies to the shadow map. See ShadowFilter.

Pcf135

Percentage closer filtering (13 samples) applies to the shadow map. See ShadowFilter.

See Also