Class AnimationPreviewGUI
Animation preview sub window that's part of the sprite editor window.
Inheritance
System.Object
AnimationPreviewGUI
Inherited Members
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()