C# Class Beyond_Beyaan.TaskBar

Afficher le fichier Open project: Beyonders/Beyond-Beyaan

Méthodes publiques

Свойство Type Description
EndTurn System.Action
ShowFleetOverviewScreen System.Action
ShowGameMenu System.Action
ShowPlanetsScreen System.Action
ShowResearchScreen System.Action
ShowShipDesignScreen System.Action

Méthodes publiques

Méthode 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 méthode

public Clear ( ) : void
Résultat void

Draw() public méthode

public Draw ( ) : void
Résultat void

Initialize() public méthode

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

MouseDown() public méthode

public MouseDown ( int mouseX, int mouseY, int whichButton ) : bool
mouseX int
mouseY int
whichButton int
Résultat bool

MouseHover() public méthode

public MouseHover ( int mouseX, int mouseY, float frameDeltaTime ) : bool
mouseX int
mouseY int
frameDeltaTime float
Résultat bool

MouseUp() public méthode

public MouseUp ( int mouseX, int mouseY, int whichButton ) : bool
mouseX int
mouseY int
whichButton int
Résultat bool

SetToScreen() public méthode

public SetToScreen ( Screen whichScreen ) : void
whichScreen Screen
Résultat void

Property Details

EndTurn public_oe property

public Action,System EndTurn
Résultat System.Action

ShowFleetOverviewScreen public_oe property

public Action,System ShowFleetOverviewScreen
Résultat System.Action

ShowGameMenu public_oe property

public Action,System ShowGameMenu
Résultat System.Action

ShowPlanetsScreen public_oe property

public Action,System ShowPlanetsScreen
Résultat System.Action

ShowResearchScreen public_oe property

public Action,System ShowResearchScreen
Résultat System.Action

ShowShipDesignScreen public_oe property

public Action,System ShowShipDesignScreen
Résultat System.Action