Show / Hide Table of Contents

Class ColorBoostConfigPage

Inheritance
Object
GameEffectConfigPage
ColorBoostConfigPage
Implements
IGameEffectConfigPage
Inherited Members
GameEffectConfigPage.aboutPanelRect
GameEffectConfigPage.settingsStartPos
GameEffectConfigPage.yIncrement
GameEffectConfigPage.aboutPanelBackgroundColor
GameEffectConfigPage.aboutPanelTextColor
GameEffectConfigPage.aboutPanelTextShadowColor
GameEffectConfigPage.AddTipPanel(Panel, String)
GameEffectConfigPage.AddLabel(Panel, String, Vector2)
GameEffectConfigPage.AddCheckbox(Panel, String, Vector2)
GameEffectConfigPage.AddSlider(Panel, String, Int32, Vector2)
GameEffectConfigPage.StyleIndicator(HorizontalSlider)
Namespace: DaggerfallWorkshop.Game.UserInterfaceWindows
Assembly: Assembly-CSharp.dll
Syntax
public class ColorBoostConfigPage : GameEffectConfigPage, IGameEffectConfigPage

Properties

| Improve this Doc View Source

Key

Declaration
public override string Key { get; }
Property Value
Type Description
String
Overrides
GameEffectConfigPage.Key
| Improve this Doc View Source

Title

Declaration
public override string Title { get; }
Property Value
Type Description
String
Overrides
GameEffectConfigPage.Title

Methods

| Improve this Doc View Source

DeploySettings()

Declaration
public override void DeploySettings()
Overrides
GameEffectConfigPage.DeploySettings()
| Improve this Doc View Source

ReadSettings()

Declaration
public override void ReadSettings()
Overrides
GameEffectConfigPage.ReadSettings()
| Improve this Doc View Source

SetDefaults()

Declaration
public override void SetDefaults()
Overrides
GameEffectConfigPage.SetDefaults()
| Improve this Doc View Source

Setup(Panel)

Declaration
public override void Setup(Panel parent)
Parameters
Type Name Description
Panel parent
Overrides
GameEffectConfigPage.Setup(Panel)

Implements

IGameEffectConfigPage
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • Key
    • Title
  • Methods
    • DeploySettings()
    • ReadSettings()
    • SetDefaults()
    • Setup(Panel)
  • Implements
Back to top Generated by DocFX