Show / Hide Table of Contents

Interface IGameEffectConfigPage

Interface to a single page of in-game effect settings UI.

Namespace: DaggerfallWorkshop.Game.UserInterfaceWindows
Assembly: Assembly-CSharp.dll
Syntax
public interface IGameEffectConfigPage

Properties

| Improve this Doc View Source

Key

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

Title

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

Methods

| Improve this Doc View Source

DeploySettings()

Declaration
void DeploySettings()
| Improve this Doc View Source

ReadSettings()

Declaration
void ReadSettings()
| Improve this Doc View Source

SetDefaults()

Declaration
void SetDefaults()
| Improve this Doc View Source

Setup(Panel)

Declaration
void Setup(Panel parent)
Parameters
Type Name Description
Panel parent
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • Key
    • Title
  • Methods
    • DeploySettings()
    • ReadSettings()
    • SetDefaults()
    • Setup(Panel)
Back to top Generated by DocFX