Show / Hide Table of Contents

Class SpriteCanvasGUI

The canvas part of the sprite editor window.

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

Constructors

SpriteCanvasGUI(SpriteEditorWindow, SpriteToolsGUI)

Declaration
public SpriteCanvasGUI(SpriteEditorWindow parent, SpriteToolsGUI spriteToolsGui)
Parameters
Type Name Description
SpriteEditorWindow parent
SpriteToolsGUI spriteToolsGui

Methods

UpdateAndDraw()

Updates and draws the sprite canvas.

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