Click or drag to resize

VisualServerEnvironmentSSAOQuality Enumeration

[Missing <summary> documentation for "T:Godot.VisualServer.EnvironmentSSAOQuality"]

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

Lowest quality of screen space ambient occlusion.

Medium1

Medium quality screen space ambient occlusion.

High2

Highest quality screen space ambient occlusion.

See Also