antiAliasingMode property
The anti-aliasing strategy for this view, or null (the default) to
inherit the scene's Scene.antiAliasingMode.
Resolution against backend support follows the same rules as the scene-level setting (an unsupported AntiAliasingMode.msaa renders with FXAA); check Scene.isAntiAliasingModeSupported up front.
Implementation
AntiAliasingMode? antiAliasingMode;