Class EditorSubWindow<T>
Small class to generalize/simplify some of the window in editor window stuff.
Inheritance
System.Object
EditorSubWindow<T>
Inherited Members
Namespace: InsaneScatterbrain.RetroKit.Editor
Syntax
public abstract class EditorSubWindow<T> : PartialEditorWindow<T>
Type Parameters
Name | Description |
---|---|
T |
Constructors
EditorSubWindow(T)
Constructor. The window ID is automatically assigned here.
Declaration
protected EditorSubWindow(T parent)
Parameters
Type | Name | Description |
---|---|---|
T | parent | The parent window that this is a part of. |
Properties
WindowId
The sub window's ID
Declaration
protected int WindowId { get; }
Property Value
Type | Description |
---|---|
System.Int32 |