Class Settings
This class represents the application settings.
Implements
Inherited Members
Namespace: Evergine.Framework.Services
Assembly: Evergine.Framework.dll
Syntax
public class Settings : Service, IDependencyObject
Constructors
Settings()
Initializes a new instance of the Settings class.
Declaration
public Settings()
Properties
MSAACount
Gets or sets the number of multisamples used for MSAA. The default count is 4.
Declaration
public TextureSampleCount MSAACount { get; set; }
Property Value
Type | Description |
---|---|
TextureSampleCount |
MSSAEnable
Gets or sets a value indicating whether to enable hardware multisample antialiasing.
Declaration
public bool MSSAEnable { get; set; }
Property Value
Type | Description |
---|---|
bool |