SceneAntiAliasing Property |
Gets or sets the multisample anti-aliasing (MSAA) option for this scene. 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.2.419.0 (24.2.419.0)
Syntax public AntiAliasing AntiAliasing { get; set; }
Public Property AntiAliasing As AntiAliasing
Get
Set
public:
property AntiAliasing AntiAliasing {
AntiAliasing get ();
void set (AntiAliasing value);
}
member AntiAliasing : AntiAliasing with get, set
Property Value
Type:
AntiAliasingSee Also