C# Class SadConsoleEditor.Panels.AnimationsPanel

Inheritance: CustomPanel
Afficher le fichier Open project: Thraka/SadConsoleEditor Class Usage Examples

Méthodes publiques

Méthode Description
AnimationsPanel ( Action animationChangeCallback ) : System
Loaded ( ) : void
ProcessMouse ( SadConsole info ) : void
RebuildListBox ( ) : void
Redraw ( SadConsole control ) : int
SetEntity ( GameObject entity ) : void

Private Methods

Méthode Description
addNewAnimationFromFile_ButtonClicked ( object sender, EventArgs e ) : void
addNewAnimation_ButtonClicked ( object sender, EventArgs e ) : void
animations_SelectedItemChanged ( object sender, ListBox e ) : void
changeSpeedButton_ButtonClicked ( object sender, EventArgs e ) : void
cloneSelectedAnimation_ButtonClicked ( object sender, EventArgs e ) : void
playPreview_ButtonClicked ( object sender, EventArgs e ) : void
removeAnimation_ButtonClicked ( object sender, EventArgs e ) : void
renameAnimation_ButtonClicked ( object sender, EventArgs e ) : void
repeatCheck_IsSelectedChanged ( object sender, EventArgs e ) : void
reverseAnimation_ButtonClicked ( object sender, EventArgs e ) : void
saveAnimationToFile_ButtonClicked ( object sender, EventArgs e ) : void

Method Details

AnimationsPanel() public méthode

public AnimationsPanel ( Action animationChangeCallback ) : System
animationChangeCallback Action
Résultat System

Loaded() public méthode

public Loaded ( ) : void
Résultat void

ProcessMouse() public méthode

public ProcessMouse ( SadConsole info ) : void
info SadConsole
Résultat void

RebuildListBox() public méthode

public RebuildListBox ( ) : void
Résultat void

Redraw() public méthode

public Redraw ( SadConsole control ) : int
control SadConsole
Résultat int

SetEntity() public méthode

public SetEntity ( GameObject entity ) : void
entity SadConsole.Game.GameObject
Résultat void