C# Class Beyond_Beyaan.TaskBar

Datei anzeigen Open project: Beyonders/Beyond-Beyaan

Public Properties

Property Type Description
EndTurn System.Action
ShowFleetOverviewScreen System.Action
ShowGameMenu System.Action
ShowPlanetsScreen System.Action
ShowResearchScreen System.Action
ShowShipDesignScreen System.Action

Public Methods

Method Description
Clear ( ) : void
Draw ( ) : void
Initialize ( GameMain gameMain, string &reason ) : bool
MouseDown ( int mouseX, int mouseY, int whichButton ) : bool
MouseHover ( int mouseX, int mouseY, float frameDeltaTime ) : bool
MouseUp ( int mouseX, int mouseY, int whichButton ) : bool
SetToScreen ( Screen whichScreen ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

Draw() public method

public Draw ( ) : void
return void

Initialize() public method

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

MouseDown() public method

public MouseDown ( int mouseX, int mouseY, int whichButton ) : bool
mouseX int
mouseY int
whichButton int
return bool

MouseHover() public method

public MouseHover ( int mouseX, int mouseY, float frameDeltaTime ) : bool
mouseX int
mouseY int
frameDeltaTime float
return bool

MouseUp() public method

public MouseUp ( int mouseX, int mouseY, int whichButton ) : bool
mouseX int
mouseY int
whichButton int
return bool

SetToScreen() public method

public SetToScreen ( Screen whichScreen ) : void
whichScreen Screen
return void

Property Details

EndTurn public_oe property

public Action,System EndTurn
return System.Action

ShowFleetOverviewScreen public_oe property

public Action,System ShowFleetOverviewScreen
return System.Action

ShowGameMenu public_oe property

public Action,System ShowGameMenu
return System.Action

ShowPlanetsScreen public_oe property

public Action,System ShowPlanetsScreen
return System.Action

ShowResearchScreen public_oe property

public Action,System ShowResearchScreen
return System.Action

ShowShipDesignScreen public_oe property

public Action,System ShowShipDesignScreen
return System.Action