Show / Hide Table of Contents

Class PaletteGUI

Palette sub window, part of the sprite editor.

Inheritance
System.Object
PartialEditorWindow<SpriteEditorWindow>
EditorSubWindow<SpriteEditorWindow>
PaletteGUI
Inherited Members
EditorSubWindow<SpriteEditorWindow>.WindowId
PartialEditorWindow<SpriteEditorWindow>.Parent
PartialEditorWindow<SpriteEditorWindow>.Undoer
PartialEditorWindow<SpriteEditorWindow>.RetroKitEditorGui
Namespace: InsaneScatterbrain.RetroKit.Editor
Syntax
public class PaletteGUI : EditorSubWindow<SpriteEditorWindow>

Constructors

PaletteGUI(SpriteEditorWindow)

Declaration
public PaletteGUI(SpriteEditorWindow parent)
Parameters
Type Name Description
SpriteEditorWindow parent

Methods

UpdateAndDraw()

Updates and draws the palette sub window.

Declaration
public void UpdateAndDraw()
Back to top Generated by DocFX