Show / Hide Table of Contents

Interface IUserInterfaceWindow

Namespace: DaggerfallWorkshop.Game.UserInterface
Assembly: Assembly-CSharp.dll
Syntax
public interface IUserInterfaceWindow

Properties

| Improve this Doc View Source

Enabled

Declaration
bool Enabled { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

FocusControl

Declaration
BaseScreenComponent FocusControl { get; }
Property Value
Type Description
BaseScreenComponent
| Improve this Doc View Source

ParentPanel

Declaration
Panel ParentPanel { get; }
Property Value
Type Description
Panel
| Improve this Doc View Source

PauseWhileOpen

Declaration
bool PauseWhileOpen { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

Value

Declaration
UserInterfaceWindow Value { get; }
Property Value
Type Description
UserInterfaceWindow

Methods

| Improve this Doc View Source

Draw()

Declaration
void Draw()
| Improve this Doc View Source

OnPop()

Declaration
void OnPop()
| Improve this Doc View Source

OnPush()

Declaration
void OnPush()
| Improve this Doc View Source

OnReturn()

Declaration
void OnReturn()
| Improve this Doc View Source

ProcessMessages()

Declaration
void ProcessMessages()
| Improve this Doc View Source

SetFocus(BaseScreenComponent)

Declaration
void SetFocus(BaseScreenComponent control)
Parameters
Type Name Description
BaseScreenComponent control
| Improve this Doc View Source

Update()

Declaration
void Update()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX