C# Class Beyond_Beyaan.Screens.ColonizeScreen

Inheritance: WindowInterface
Show file Open project: Beyonders/Beyond-Beyaan Class Usage Examples

Public Properties

Property Type Description
Completed System.Action

Public Methods

Method Description
Draw ( ) : void
Initialize ( GameMain gameMain, string &reason ) : bool
KeyDown ( GorgonLibrary e ) : bool
LoadFleetAndSystem ( Fleet fleet ) : void
MouseDown ( int x, int y ) : bool
MouseHover ( int x, int y, float frameDeltaTime ) : bool
MouseUp ( int x, int y ) : bool

Method Details

Draw() public method

public Draw ( ) : void
return void

Initialize() public method

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

KeyDown() public method

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

LoadFleetAndSystem() public method

public LoadFleetAndSystem ( Fleet fleet ) : void
fleet Fleet
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

Property Details

Completed public property

public Action,System Completed
return System.Action