Table of Contents

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

bool

RecentMods

A list of mod directories recently opened by the editor

public Collection<string> RecentMods { get; }

Property Value

Collection<string>

ShowWelcomeMessage

Show the welcome message on startup

public bool ShowWelcomeMessage { get; set; }

Property Value

bool

Events

Changed

Occurs when a setting in this group is changed.

public event Action Changed

Event Type

Action

See Also