C# Class Beyond_Beyaan.Screens.GalaxyScreen

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

Méthodes publiques

Méthode Description
CenterScreen ( ) : void
CenterScreen ( Fleet fleet ) : void
DrawGalaxy ( ) : void
DrawScreen ( ) : void
Initialize ( GameMain gameMain, string &reason ) : bool
KeyDown ( KeyboardInputEventArgs e ) : void
MouseDown ( int x, int y, int whichButton ) : void
MouseScroll ( int direction, int x, int y ) : void
MouseUp ( int x, int y, int whichButton ) : void
ResetCamera ( ) : void
Update ( int x, int y, float frameDeltaTime ) : void

Private Methods

Méthode Description
CenterToSystem ( StarSystem starSystem ) : void
CloseWindow ( ) : void
DrawETA ( TravelNode node, bool isTentative ) : void
RefreshETAText ( ) : void
SelectFleet ( Fleet fleet ) : void
ShowFleetListScreen ( ) : void
ShowInGameMenu ( ) : void
ShowPlanetsView ( ) : void
ShowResearchScreen ( ) : void
ShowShipDesignScreen ( ) : void

Method Details

CenterScreen() public méthode

public CenterScreen ( ) : void
Résultat void

CenterScreen() public méthode

public CenterScreen ( Fleet fleet ) : void
fleet Fleet
Résultat void

DrawGalaxy() public méthode

public DrawGalaxy ( ) : void
Résultat void

DrawScreen() public méthode

public DrawScreen ( ) : void
Résultat void

Initialize() public méthode

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

KeyDown() public méthode

public KeyDown ( KeyboardInputEventArgs e ) : void
e KeyboardInputEventArgs
Résultat void

MouseDown() public méthode

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

MouseScroll() public méthode

public MouseScroll ( int direction, int x, int y ) : void
direction int
x int
y int
Résultat void

MouseUp() public méthode

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

ResetCamera() public méthode

public ResetCamera ( ) : void
Résultat void

Update() public méthode

public Update ( int x, int y, float frameDeltaTime ) : void
x int
y int
frameDeltaTime float
Résultat void