Show / Hide Table of Contents

Class AnimationPreviewGUI

Animation preview sub window that's part of the sprite editor window.

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

Constructors

AnimationPreviewGUI(SpriteAnimationGUI, SpriteEditorWindow)

Constructor.

Declaration
public AnimationPreviewGUI(SpriteAnimationGUI spriteAnimationGui, SpriteEditorWindow parent)
Parameters
Type Name Description
SpriteAnimationGUI spriteAnimationGui

The sprite animation sub window.

SpriteEditorWindow parent

The parent window.

Properties

Visible

Gets/sets whether the animation preview should be displayed.

Declaration
public bool Visible { get; set; }
Property Value
Type Description
System.Boolean

Methods

UpdateAndDraw()

Updates and draws the animation preview sub window.

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