Show / Hide Table of Contents

Class DaggerfallPauseOptionsWindow

Implements popup window on escape during gameplay.

Inheritance
Object
UserInterfaceWindow
DaggerfallBaseWindow
DaggerfallPopupWindow
DaggerfallPauseOptionsWindow
Implements
IUserInterfaceWindow
Inherited Members
DaggerfallPopupWindow.ScreenDimColor
DaggerfallPopupWindow.AllowCancel
DaggerfallPopupWindow.Cancelled
DaggerfallPopupWindow.PreviousWindow
DaggerfallPopupWindow.CancelWindow()
DaggerfallPopupWindow.OnCancel
DaggerfallBaseWindow.exitKey
DaggerfallBaseWindow.defaultToolTip
DaggerfallBaseWindow.allowFreeScaling
DaggerfallBaseWindow.DaggerfallUnity
DaggerfallBaseWindow.IsSetup
DaggerfallBaseWindow.NativePanel
UserInterfaceWindow.parentPanel
UserInterfaceWindow.uiManager
UserInterfaceWindow.enabled
UserInterfaceWindow.pauseWhileOpened
UserInterfaceWindow.focusControl
UserInterfaceWindow.Value
UserInterfaceWindow.Enabled
UserInterfaceWindow.ParentPanel
UserInterfaceWindow.FocusControl
UserInterfaceWindow.ProcessMessages()
UserInterfaceWindow.OnReturn()
UserInterfaceWindow.CloseWindow()
UserInterfaceWindow.PopWindow()
UserInterfaceWindow.PauseWhileOpen
UserInterfaceWindow.SetFocus(BaseScreenComponent)
UserInterfaceWindow.OnClose
UserInterfaceWindow.RaiseOnCloseHandler()
Namespace: DaggerfallWorkshop.Game.UserInterfaceWindows
Assembly: Assembly-CSharp.dll
Syntax
public class DaggerfallPauseOptionsWindow : DaggerfallPopupWindow, IUserInterfaceWindow

Constructors

| Improve this Doc View Source

DaggerfallPauseOptionsWindow(IUserInterfaceManager, IUserInterfaceWindow)

Declaration
public DaggerfallPauseOptionsWindow(IUserInterfaceManager uiManager, IUserInterfaceWindow previousWindow = null)
Parameters
Type Name Description
IUserInterfaceManager uiManager
IUserInterfaceWindow previousWindow

Fields

| Improve this Doc View Source

barMaxLength

Declaration
protected const float barMaxLength = 109.1F
Field Value
Type Description
Single
| Improve this Doc View Source

detailBar

Declaration
protected Panel detailBar
Field Value
Type Description
Panel
| Improve this Doc View Source

dropdown

Declaration
protected PauseOptionsDropdown dropdown
Field Value
Type Description
PauseOptionsDropdown
| Improve this Doc View Source

fullScreenTick

Declaration
protected Panel fullScreenTick
Field Value
Type Description
Panel
| Improve this Doc View Source

headBobbingTick

Declaration
protected Panel headBobbingTick
Field Value
Type Description
Panel
| Improve this Doc View Source

hud

Declaration
protected DaggerfallHUD hud
Field Value
Type Description
DaggerfallHUD
| Improve this Doc View Source

musicBar

Declaration
protected Panel musicBar
Field Value
Type Description
Panel
| Improve this Doc View Source

nativeImgName

Declaration
protected const string nativeImgName = "OPTN00I0.IMG"
Field Value
Type Description
String
| Improve this Doc View Source

nativeTexture

Declaration
protected Texture2D nativeTexture
Field Value
Type Description
Texture2D
| Improve this Doc View Source

optionsPanel

Declaration
protected Panel optionsPanel
Field Value
Type Description
Panel
| Improve this Doc View Source

saveSettings

Declaration
protected bool saveSettings
Field Value
Type Description
Boolean
| Improve this Doc View Source

soundBar

Declaration
protected Panel soundBar
Field Value
Type Description
Panel
| Improve this Doc View Source

strAreYouSure

Declaration
protected const int strAreYouSure = 1069
Field Value
Type Description
Int32
| Improve this Doc View Source

toggleClosedBinding

Declaration
protected KeyCode toggleClosedBinding
Field Value
Type Description
KeyCode
| Improve this Doc View Source

versionShadowColor

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

versionTextColor

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

versionTextLabel

Declaration
protected TextLabel versionTextLabel
Field Value
Type Description
TextLabel

Methods

| Improve this Doc View Source

Draw()

Declaration
public override void Draw()
Overrides
DaggerfallPopupWindow.Draw()
| Improve this Doc View Source

OnPop()

Declaration
public override void OnPop()
Overrides
UserInterfaceWindow.OnPop()
| Improve this Doc View Source

OnPush()

Declaration
public override void OnPush()
Overrides
UserInterfaceWindow.OnPush()
| Improve this Doc View Source

Setup()

Declaration
protected override void Setup()
Overrides
DaggerfallPopupWindow.Setup()
| Improve this Doc View Source

Update()

Declaration
public override void Update()
Overrides
DaggerfallPopupWindow.Update()

Implements

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