C# Class XPlane.Core.Game1

Inheritance: Sharpex2D.Game
ファイルを表示 Open project: ThuCommix/Sharpex2D

Public Methods

Method Description
OnInitialize ( LaunchParameters launchParameters ) : EngineConfiguration

Initializes the game.

OnLoadContent ( ) : void

Loads the content.

Private Methods

Method Description
DownloadStringCompleted ( object sender, DownloadStringCompletedEventArgs e ) : void

Triggered if the download is completed.

Method Details

OnInitialize() public method

Initializes the game.
public OnInitialize ( LaunchParameters launchParameters ) : EngineConfiguration
launchParameters Sharpex2D.GameService.LaunchParameters The LaunchParameters.
return Sharpex2D.EngineConfiguration

OnLoadContent() public method

Loads the content.
public OnLoadContent ( ) : void
return void