Show / Hide Table of Contents

Class SystemSettings

Global settings for the application.

Inheritance
System.Object
SystemSettings
Namespace: AdrianMiasik.Components.Core.Settings
Assembly: Assembly-CSharp.dll
Syntax
[Serializable]
public class SystemSettings

Fields

| Improve this Doc View Source

m_darkMode

Do you want to use the dark mode variation of the current active theme? If True, the application will use darker colors from the active theme. If False, the application will use lighter colors from the active theme.

Declaration
public bool m_darkMode
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

m_enableUnityAnalytics

Do you want to enable the Unity Analytics service? If True, the Unity Analytics service will track user data. If False, the Unity Analytics service will no longer run and track user data.

Declaration
public bool m_enableUnityAnalytics
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

m_muteSoundWhenOutOfFocus

Should we mute the sound when the application is not in focus? If True, the application audio will not be played when it's not in focus. If False, the application audio will emit audio regardless of focus state. We want this to be True by default for the Universal Windows Platform since we pull focus back via UWP notification. (See UWPNotifications)

Declaration
public bool m_muteSoundWhenOutOfFocus
Field Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX