Search Results for

    Show / Hide Table of Contents

    Class Settings

    This class represent the application settings.

    Inheritance
    object
    IdentifiableObject
    DependencyObject
    AttachableObject
    Service
    Settings
    Implements
    IDependencyObject
    Inherited Members
    Service.OnLoaded()
    Service.OnAttached()
    Service.OnActivated()
    Service.Start()
    Service.OnDeactivated()
    Service.OnDetach()
    Service.OnDestroy()
    AttachableObject.AttachableStateChanged
    AttachableObject.IsEnabled
    AttachableObject.State
    AttachableObject.IsLoaded
    AttachableObject.IsAttached
    AttachableObject.IsActivated
    AttachableObject.IsStarted
    AttachableObject.IsDestroyed
    AttachableObject.ShouldBeActivated
    AttachableObject.Destroy()
    AttachableObject.DependencyBroken()
    DependencyObject.Dependencies
    DependencyObject.OnDependencyRemoved
    IdentifiableObject.Id
    IdentifiableObject.IdHasChanged(Guid)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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 using for MSAA, Count = 4 by default.

    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

    Implements

    IDependencyObject

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX