Click or drag to resize

EnvironmentSSAOBlur Enumeration

[Missing <summary> documentation for "T:Godot.Environment.SSAOBlur"]

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

No blur for the screen-space ambient occlusion effect (fastest).

Blur1x11

1×1 blur for the screen-space ambient occlusion effect.

Blur2x22

2×2 blur for the screen-space ambient occlusion effect.

Blur3x33

3×3 blur for the screen-space ambient occlusion effect (slowest).

See Also