Light2DShadowFilterEnum Enumeration |
[Missing <summary> documentation for "T:Godot.Light2D.ShadowFilterEnum"]
Namespace: Godot
public enum ShadowFilterEnum
Member name | Value | Description | |
---|---|---|---|
None | 0 | No filter applies to the shadow map. See ShadowFilter. | |
Pcf3 | 1 | Percentage closer filtering (3 samples) applies to the shadow map. See ShadowFilter. | |
Pcf5 | 2 | Percentage closer filtering (5 samples) applies to the shadow map. See ShadowFilter. | |
Pcf7 | 3 | Percentage closer filtering (7 samples) applies to the shadow map. See ShadowFilter. | |
Pcf9 | 4 | Percentage closer filtering (9 samples) applies to the shadow map. See ShadowFilter. | |
Pcf13 | 5 | Percentage closer filtering (13 samples) applies to the shadow map. See ShadowFilter. |