C# Class SadConsoleEditor.Panels.GameObjectNamePanel

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

Méthodes publiques

Méthode Description
GameObjectNamePanel ( ) : System
Loaded ( ) : void
ProcessMouse ( MouseInfo info ) : void
Redraw ( ControlBase control ) : int
SetEntity ( GameObject entity ) : void

Private Methods

Méthode Description
PrintName ( ) : void

Method Details

GameObjectNamePanel() public méthode

public GameObjectNamePanel ( ) : System
Résultat System

Loaded() public méthode

public Loaded ( ) : void
Résultat void

ProcessMouse() public méthode

public ProcessMouse ( MouseInfo info ) : void
info SadConsole.Input.MouseInfo
Résultat void

Redraw() public méthode

public Redraw ( ControlBase control ) : int
control SadConsole.Controls.ControlBase
Résultat int

SetEntity() public méthode

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