Click or drag to resize

ViewportMsaa Property

The multisample anti-aliasing mode. A higher number results in smoother edges at the cost of significantly worse performance. A value of 4 is best unless targeting very high-end systems.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public ViewportMSAA Msaa { get; set; }

Property Value

Type: ViewportMSAA
See Also