Class SpriteAnimationGUI
Sprite animation sub window, part of the sprite editor window.
Inheritance
System.Object
SpriteAnimationGUI
Inherited Members
Namespace: InsaneScatterbrain.RetroKit.Editor
Syntax
public class SpriteAnimationGUI : EditorSubWindow<SpriteEditorWindow>
Constructors
SpriteAnimationGUI(SpriteEditorWindow)
Declaration
public SpriteAnimationGUI(SpriteEditorWindow parent)
Parameters
Type | Name | Description |
---|---|---|
SpriteEditorWindow | parent |
Properties
FrameTextures
Gets the textures for the frames of this animation.
Declaration
public List<Texture> FrameTextures { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<UnityEngine.Texture> |
Methods
ActiveSpriteAnimationChanged()
Declaration
public void ActiveSpriteAnimationChanged()
UpdateAndDraw()
Updates and draws the sprite animation sub window.
Declaration
public void UpdateAndDraw()