Show / Hide Table of Contents

Class OvermindUISettings

Settings class for the Overmind module.

Inheritance
object
SettingsCategoryBase
OvermindUISettings
Inherited Members
SettingsCategoryBase.GetAllowedValuesOrDefault(string)
SettingsCategoryBase.CategoryName
SettingsCategoryBase.DisplayName
SettingsCategoryBase.ShowInSettingsManager
SettingsCategoryBase.AllowedValues
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.BotBrain.Overmind
Assembly: Phoenix.Plugin.BotBrain.Overmind.dll
Syntax
[Serializable]
public class OvermindUISettings : SettingsCategoryBase

Constructors

View Source

OvermindUISettings()

Initializes a new instance of the OvermindUISettings class.

Declaration
public OvermindUISettings()

Properties

View Source

ShowLogByDefault

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
View Source

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
View Source

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 Source

Save()

Saves the current settings.

Declaration
public void Save()
  • View Source
In this article
Back to top Generated by DocFX