C# Класс XPlane.Core.Game1

Наследование: Sharpex2D.Game
Показать файл Открыть проект

Открытые методы

Метод Описание
OnInitialize ( LaunchParameters launchParameters ) : EngineConfiguration

Initializes the game.

OnLoadContent ( ) : void

Loads the content.

Приватные методы

Метод Описание
DownloadStringCompleted ( object sender, DownloadStringCompletedEventArgs e ) : void

Triggered if the download is completed.

Описание методов

OnInitialize() публичный Метод

Initializes the game.
public OnInitialize ( LaunchParameters launchParameters ) : EngineConfiguration
launchParameters Sharpex2D.GameService.LaunchParameters The LaunchParameters.
Результат Sharpex2D.EngineConfiguration

OnLoadContent() публичный Метод

Loads the content.
public OnLoadContent ( ) : void
Результат void