Show / Hide Table of Contents

Class EditorSubWindow<T>

Small class to generalize/simplify some of the window in editor window stuff.

Inheritance
System.Object
PartialEditorWindow<T>
EditorSubWindow<T>
AnimationPreviewGUI
PaletteGUI
SpriteAnimationGUI
SpriteAnimationSetGUI
SpritePropertiesGUI
SpriteToolsGUI
Inherited Members
PartialEditorWindow<T>.Parent
PartialEditorWindow<T>.Undoer
PartialEditorWindow<T>.RetroKitEditorGui
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
Back to top Generated by DocFX