Show / Hide Table of Contents

Class GameEffectConfigPage

Inheritance
Object
GameEffectConfigPage
AmbientOcclusionConfigPage
AntialiasingConfigPage
BloomConfigPage
ColorBoostConfigPage
DepthOfFieldConfigPage
DitherConfigPage
MotionBlurConfigPage
RetroModeConfigPage
VignetteConfigPage
Implements
IGameEffectConfigPage
Namespace: DaggerfallWorkshop.Game.UserInterfaceWindows
Assembly: Assembly-CSharp.dll
Syntax
public abstract class GameEffectConfigPage : IGameEffectConfigPage

Fields

| Improve this Doc View Source

aboutPanelBackgroundColor

Declaration
protected Color aboutPanelBackgroundColor
Field Value
Type Description
Color
| Improve this Doc View Source

aboutPanelRect

Declaration
protected Rect aboutPanelRect
Field Value
Type Description
Rect
| Improve this Doc View Source

aboutPanelTextColor

Declaration
protected Color aboutPanelTextColor
Field Value
Type Description
Color
| Improve this Doc View Source

aboutPanelTextShadowColor

Declaration
protected Color aboutPanelTextShadowColor
Field Value
Type Description
Color
| Improve this Doc View Source

settingsStartPos

Declaration
protected readonly Vector2 settingsStartPos
Field Value
Type Description
Vector2
| Improve this Doc View Source

yIncrement

Declaration
protected int yIncrement
Field Value
Type Description
Int32

Properties

| Improve this Doc View Source

Key

Declaration
public abstract string Key { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Title

Declaration
public abstract string Title { get; }
Property Value
Type Description
String

Methods

| Improve this Doc View Source

AddCheckbox(Panel, String, ref Vector2)

Declaration
protected Checkbox AddCheckbox(Panel parent, string label, ref Vector2 position)
Parameters
Type Name Description
Panel parent
String label
Vector2 position
Returns
Type Description
Checkbox
| Improve this Doc View Source

AddLabel(Panel, String, ref Vector2)

Declaration
protected TextLabel AddLabel(Panel parent, string text, ref Vector2 position)
Parameters
Type Name Description
Panel parent
String text
Vector2 position
Returns
Type Description
TextLabel
| Improve this Doc View Source

AddSlider(Panel, String, Int32, ref Vector2)

Declaration
protected HorizontalSlider AddSlider(Panel parent, string label, int count, ref Vector2 position)
Parameters
Type Name Description
Panel parent
String label
Int32 count
Vector2 position
Returns
Type Description
HorizontalSlider
| Improve this Doc View Source

AddTipPanel(Panel, String)

Declaration
protected Panel AddTipPanel(Panel parent, string text)
Parameters
Type Name Description
Panel parent
String text
Returns
Type Description
Panel
| Improve this Doc View Source

DeploySettings()

Declaration
public abstract void DeploySettings()
| Improve this Doc View Source

ReadSettings()

Declaration
public abstract void ReadSettings()
| Improve this Doc View Source

SetDefaults()

Declaration
public abstract void SetDefaults()
| Improve this Doc View Source

Setup(Panel)

Declaration
public abstract void Setup(Panel parent)
Parameters
Type Name Description
Panel parent
| Improve this Doc View Source

StyleIndicator(HorizontalSlider)

Declaration
protected void StyleIndicator(HorizontalSlider slider)
Parameters
Type Name Description
HorizontalSlider slider

Implements

IGameEffectConfigPage
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX