Class PartialEditorWindow<T>
Class to divide some of the bigger editor windows into smaller pieces.
Inheritance
System.Object
PartialEditorWindow<T>
Namespace: InsaneScatterbrain.RetroKit.Editor
Syntax
public abstract class PartialEditorWindow<T>
Type Parameters
| Name | Description |
|---|---|
| T | The window's type. |
Constructors
PartialEditorWindow(T)
Constructor.
Declaration
protected PartialEditorWindow(T parent)
Parameters
| Type | Name | Description |
|---|---|---|
| T | parent | The window that this is a part of. |
Fields
Parent
Declaration
protected readonly T Parent
Field Value
| Type | Description |
|---|---|
| T |
RetroKitEditorGui
Declaration
protected RetroKitEditorGUI RetroKitEditorGui
Field Value
| Type | Description |
|---|---|
| RetroKitEditorGUI |
Undoer
Declaration
protected Undoer Undoer
Field Value
| Type | Description |
|---|---|
| Undoer |