Click or drag to resize

UModWindow Class

[Missing <summary> documentation for "T:UMod.Shared.UModWindow"]

Inheritance Hierarchy
SystemObject
  Object
    ScriptableObject
      EditorWindow
        ImEditorWindow
          UMod.SharedUModWindow
            More...

Namespace:  UMod.Shared
Assembly:  UMod-Shared-Editor (in UMod-Shared-Editor.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public abstract class UModWindow : ImEditorWindow

The UModWindow type exposes the following members.

Constructors
  NameDescription
Public methodUModWindow
Initializes a new instance of the UModWindow class
Public methodUModWindow(String, String, Texture2D)
Initializes a new instance of the UModWindow class
Top
Properties
Methods
  NameDescription
Protected methodOnContentImGUI
Protected methodOnFooterContentImGUI
Protected methodOnFooterImGUI
Protected methodOnHeaderContentImGUI
Protected methodOnHeaderImGUI
Public methodOnImGUI (Overrides ImEditorWindow.OnImGUI.)
Top
Fields
See Also
Inheritance Hierarchy