RendererSettings.MultisampleAntialiasingSampleCount Property
Gets or sets the sample count for multisample antialiasing.
Syntax
public System.Int32 MultisampleAntialiasingSampleCount { get; set; }
Property Value
Default: 4
Sample count for multisample antialiasing.
Remarks
This property controls the sample count used for multisample antialiasing, which is used to reduce the aliasing artifacts of rasterized edges. Increased sample count will result in less aliased edges, but also increase GPU memory usage and reduce GPU performance. The sample count will be used for multisample antialiasing for any Visualizer with antialias enabled. If a value larger than the maximum supported value is used, the value will be clamped to the maximum supported value.
![]() |
Platforms
Windows, Linux, Android