Table of Contents

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

string

Language

The current game language

public string? Language { get; set; }

Property Value

string

Events

Changed

Occurs when a setting in this group is changed.

public event Action Changed

Event Type

Action

See Also