Click or drag to resize

EnvironmentSSAOQuality Enumeration

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

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

Low quality for the screen-space ambient occlusion effect (fastest).

Medium1

Low quality for the screen-space ambient occlusion effect.

High2

Low quality for the screen-space ambient occlusion effect (slowest).

See Also