Click or drag to resize

SceneManagerAntiAliasing Property

Gets or sets the multisample anti-aliasing (MSAA) option for all Scenes. As the level of anti-aliasing increases, performance will generally decrease, but the quality of the anti-aliasing will improve.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static AntiAliasing AntiAliasing { get; set; }

Property Value

Type: AntiAliasing
See Also