EnvironmentSSAOBlur Enumeration |
[Missing <summary> documentation for "T:Godot.Environment.SSAOBlur"]
Namespace: Godot
public enum SSAOBlur
Member name | Value | Description | |
---|---|---|---|
Disabled | 0 | No blur for the screen-space ambient occlusion effect (fastest). | |
Blur1x1 | 1 | 1×1 blur for the screen-space ambient occlusion effect. | |
Blur2x2 | 2 | 2×2 blur for the screen-space ambient occlusion effect. | |
Blur3x3 | 3 | 3×3 blur for the screen-space ambient occlusion effect (slowest). |