Class OvermindUISettings
Settings class for the Overmind module.
Inherited Members
SettingsCategoryBase.CategoryName
SettingsCategoryBase.DisplayName
SettingsCategoryBase.ShowInSettingsManager
SettingsCategoryBase.AllowedValues
Namespace: Phoenix.BotBrain.Overmind
Assembly: Phoenix.Plugin.BotBrain.Overmind.dll
Syntax
[Serializable]
public class OvermindUISettings : SettingsCategoryBase
Constructors
View SourceOvermindUISettings()
Initializes a new instance of the OvermindUISettings class.
Declaration
public OvermindUISettings()
Properties
View SourceShowLogByDefault
Gets or sets a value indicating whether or not the log view is visible.
Declaration
[PhoenixSetting("Show Log By Default", null)]
public bool ShowLogByDefault { get; set; }
Property Value
Type | Description |
---|---|
bool |
ShowLogWithDetailsView
Gets or sets a value indicating whether or not the log view should be within the details section.
Declaration
[PhoenixSetting("Show Log With Details View", null)]
public bool ShowLogWithDetailsView { get; set; }
Property Value
Type | Description |
---|---|
bool |
ShowVisualByDefault
Gets or sets a value indicating whether or not the canvas view is visible.
Declaration
[PhoenixSetting("Show Visual By Default", null)]
public bool ShowVisualByDefault { get; set; }
Property Value
Type | Description |
---|---|
bool |
Methods
View SourceSave()
Saves the current settings.
Declaration
public void Save()