Class GeneralSettings
- Namespace
- AlphaFramework.Presentation.Config
- Assembly
- AlphaFramework.Presentation.dll
Stores general game settings (UI language, difficulty level, etc.).
public sealed class GeneralSettings
- Inheritance
-
GeneralSettings
- Inherited Members
- Extension Methods
Properties
ContentDir
Path to the directory to load the game content from
public string? ContentDir { get; set; }
Property Value
Language
The current game language
public string? Language { get; set; }
Property Value
Events
Changed
Occurs when a setting in this group is changed.
public event Action Changed