Enum Viewport.ScreenSpaceAAEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum Viewport.ScreenSpaceAAEnum : long
Fields
Disabled = 0
Do not perform any antialiasing in the full screen post-process.
Fxaa = 1
Use fast approximate antialiasing. FXAA is a popular screen-space antialiasing method, which is fast but will make the image look blurry, especially at lower resolutions. It can still work relatively well at large resolutions such as 1440p and 4K.
Max = 2
Represents the size of the Viewport.ScreenSpaceAAEnum enum.