|
SharpEngineSceneViewPreferredMultiSampleCount Property |
PreferredMultiSampleCount can be set before the
SceneView is initialized and defines the multi-sampling count (MSAA)
that will be used if supported by the device.
After initializing the SceneView, the actually used multi-sampling count is set to the
UsedMultiSampleCount property.
Namespace: Ab4d.SharpEngine.AvaloniaUIAssembly: Ab4d.SharpEngine.AvaloniaUI (in Ab4d.SharpEngine.AvaloniaUI.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax public int PreferredMultiSampleCount { get; set; }
Property Value
Int32See Also