C# Class XPlane.Core.Game1

Inheritance: Sharpex2D.Game
Afficher le fichier Open project: ThuCommix/Sharpex2D

Méthodes publiques

Méthode Description
OnInitialize ( LaunchParameters launchParameters ) : EngineConfiguration

Initializes the game.

OnLoadContent ( ) : void

Loads the content.

Private Methods

Méthode Description
DownloadStringCompleted ( object sender, DownloadStringCompletedEventArgs e ) : void

Triggered if the download is completed.

Method Details

OnInitialize() public méthode

Initializes the game.
public OnInitialize ( LaunchParameters launchParameters ) : EngineConfiguration
launchParameters Sharpex2D.GameService.LaunchParameters The LaunchParameters.
Résultat Sharpex2D.EngineConfiguration

OnLoadContent() public méthode

Loads the content.
public OnLoadContent ( ) : void
Résultat void