Click or drag to resize

VisualServerViewportSetUseFxaa Method

Enables fast approximate antialiasing for this viewport. 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.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void ViewportSetUseFxaa(
	RID viewport,
	bool fxaa
)

Parameters

viewport
Type: GodotRID

[Missing <param name="viewport"/> documentation for "M:Godot.VisualServer.ViewportSetUseFxaa(Godot.RID,System.Boolean)"]

fxaa
Type: SystemBoolean

[Missing <param name="fxaa"/> documentation for "M:Godot.VisualServer.ViewportSetUseFxaa(Godot.RID,System.Boolean)"]

See Also