Click or drag to resize

ViewportSetMsaa Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Viewport.SetMsaa(Godot.Viewport.MSAA)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetMsaa is deprecated. Use the Msaa property instead.")]
public void SetMsaa(
	ViewportMSAA msaa
)

Parameters

msaa
Type: GodotViewportMSAA

[Missing <param name="msaa"/> documentation for "M:Godot.Viewport.SetMsaa(Godot.Viewport.MSAA)"]

See Also