Class EditorSettings
- Namespace
- AlphaFramework.Presentation.Config
- Assembly
- AlphaFramework.Presentation.dll
Stores settings for the game's editor.
public sealed class EditorSettings
- Inheritance
-
EditorSettings
- Inherited Members
- Extension Methods
Constructors
EditorSettings()
public EditorSettings()
Properties
EditBase
May the user edit the base game?
public bool EditBase { get; set; }
Property Value
RecentMods
A list of mod directories recently opened by the editor
public Collection<string> RecentMods { get; }
Property Value
ShowWelcomeMessage
Show the welcome message on startup
public bool ShowWelcomeMessage { get; set; }
Property Value
Events
Changed
Occurs when a setting in this group is changed.
public event Action Changed