C# 클래스 XPlane.Core.Game1

상속: Sharpex2D.Game
파일 보기 프로젝트 열기: ThuCommix/Sharpex2D

공개 메소드들

메소드 설명
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