C# Class Beyond_Beyaan.Screens.SystemView

Inheritance: WindowInterface
Afficher le fichier Open project: Beyonders/Beyond-Beyaan Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( ) : void
Initialize ( GameMain gameMain, string identifier, string &reason ) : bool
KeyDown ( GorgonLibrary e ) : bool
LoadSystem ( ) : void
LoadSystem ( StarSystem system, Empire currentEmpire ) : void
MouseDown ( int x, int y ) : bool
MouseHover ( int x, int y, float frameDeltaTime ) : bool
MouseUp ( int x, int y ) : bool
MoveWindow ( ) : void

Private Methods

Méthode Description
Refresh ( ) : void

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( GameMain gameMain, string identifier, string &reason ) : bool
gameMain GameMain
identifier string
reason string
Résultat bool

KeyDown() public méthode

public KeyDown ( GorgonLibrary e ) : bool
e GorgonLibrary
Résultat bool

LoadSystem() public méthode

public LoadSystem ( ) : void
Résultat void

LoadSystem() public méthode

public LoadSystem ( StarSystem system, Empire currentEmpire ) : void
system StarSystem
currentEmpire Empire
Résultat void

MouseDown() public méthode

public MouseDown ( int x, int y ) : bool
x int
y int
Résultat bool

MouseHover() public méthode

public MouseHover ( int x, int y, float frameDeltaTime ) : bool
x int
y int
frameDeltaTime float
Résultat bool

MouseUp() public méthode

public MouseUp ( int x, int y ) : bool
x int
y int
Résultat bool

MoveWindow() public méthode

public MoveWindow ( ) : void
Résultat void