Click or drag to resize
ModGUI Class

[Missing <summary> documentation for "T:spaar.ModLoader.UI.ModGUI"]

Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          spaar.ModLoaderSingleInstanceModGUI
            spaar.ModLoader.UIModGUI

Namespace: spaar.ModLoader.UI
Assembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class ModGUI : SingleInstance<ModGUI>

The ModGUI type exposes the following members.

Constructors
  NameDescription
Public methodModGUI
Initializes a new instance of the ModGUI class
Top
Properties
  NameDescription
Public propertyName (Overrides SingleInstanceTName.)
Public propertyStatic memberSkin
The GUISkin used by the modloader and all mod's default config menus. This value can be used by mods if they want to look consistent to the modloader and other mods. The value can also be changed to change the skin for all that uses this.
Top
Methods
  NameDescription
Public methodRebuildSkin
Rebuilds the skin to match the GUIStyles in Elements.
Top
See Also