C# Class Beyond_Beyaan.GameMain

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ChangeToScreen ( Screen whichScreen ) : void
ClearAll ( ) : void
DrawGalaxyBackground ( ) : void
ExitGame ( ) : void
HideSitRep ( ) : void
Initalize ( int screenWidth, int screenHeight, DirectoryInfo dataSet, bool showTutorial, Form parentForm, string &reason ) : bool
KeyDown ( KeyboardInputEventArgs e ) : void
LoadGame ( string filename ) : bool
MouseDown ( MouseEventArgs e ) : void
MouseScroll ( int delta ) : void
MouseUp ( MouseEventArgs e ) : void
ProcessGame ( float frameDeltaTime ) : void
RefreshSitRep ( ) : void
SaveGame ( string filename ) : void
ToggleSitRep ( ) : void

Method Details

ChangeToScreen() public méthode

public ChangeToScreen ( Screen whichScreen ) : void
whichScreen System.Windows.Forms.Screen
Résultat void

ClearAll() public méthode

public ClearAll ( ) : void
Résultat void

DrawGalaxyBackground() public méthode

public DrawGalaxyBackground ( ) : void
Résultat void

ExitGame() public méthode

public ExitGame ( ) : void
Résultat void

HideSitRep() public méthode

public HideSitRep ( ) : void
Résultat void

Initalize() public méthode

public Initalize ( int screenWidth, int screenHeight, DirectoryInfo dataSet, bool showTutorial, Form parentForm, string &reason ) : bool
screenWidth int
screenHeight int
dataSet System.IO.DirectoryInfo
showTutorial bool
parentForm System.Windows.Forms.Form
reason string
Résultat bool

KeyDown() public méthode

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

LoadGame() public méthode

public LoadGame ( string filename ) : bool
filename string
Résultat bool

MouseDown() public méthode

public MouseDown ( MouseEventArgs e ) : void
e System.Windows.Forms.MouseEventArgs
Résultat void

MouseScroll() public méthode

public MouseScroll ( int delta ) : void
delta int
Résultat void

MouseUp() public méthode

public MouseUp ( MouseEventArgs e ) : void
e System.Windows.Forms.MouseEventArgs
Résultat void

ProcessGame() public méthode

public ProcessGame ( float frameDeltaTime ) : void
frameDeltaTime float
Résultat void

RefreshSitRep() public méthode

public RefreshSitRep ( ) : void
Résultat void

SaveGame() public méthode

public SaveGame ( string filename ) : void
filename string
Résultat void

ToggleSitRep() public méthode

public ToggleSitRep ( ) : void
Résultat void