C# Class Beyond_Beyaan.Screens.SystemView

Inheritance: WindowInterface
Mostrar archivo Open project: Beyonders/Beyond-Beyaan Class Usage Examples

Public Methods

Method 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

Method Description
Refresh ( ) : void

Method Details

Draw() public method

public Draw ( ) : void
return void

Initialize() public method

public Initialize ( GameMain gameMain, string identifier, string &reason ) : bool
gameMain GameMain
identifier string
reason string
return bool

KeyDown() public method

public KeyDown ( GorgonLibrary e ) : bool
e GorgonLibrary
return bool

LoadSystem() public method

public LoadSystem ( ) : void
return void

LoadSystem() public method

public LoadSystem ( StarSystem system, Empire currentEmpire ) : void
system StarSystem
currentEmpire Empire
return void

MouseDown() public method

public MouseDown ( int x, int y ) : bool
x int
y int
return bool

MouseHover() public method

public MouseHover ( int x, int y, float frameDeltaTime ) : bool
x int
y int
frameDeltaTime float
return bool

MouseUp() public method

public MouseUp ( int x, int y ) : bool
x int
y int
return bool

MoveWindow() public method

public MoveWindow ( ) : void
return void