Show / Hide Table of Contents

Class SpriteAnimationSetGUI

The sub window for managing animation sets, part of the sprite editor window.

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

Constructors

SpriteAnimationSetGUI(SpriteEditorWindow)

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

Methods

UpdateAndDraw()

Updates and draws the sprite animation set sub window.

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