C# 클래스 NScumm.MonoGame.ScummGame

This is the main type for your game
상속: Microsoft.Xna.Framework.Game
파일 보기 프로젝트 열기: scemino/nscumm 1 사용 예제들

공개 메소드들

메소드 설명
ScummGame ( ) : Microsoft.Xna.Framework
ScummGame ( GameSettings settings ) : Microsoft.Xna.Framework

보호된 메소드들

메소드 설명
EndRun ( ) : void
Initialize ( ) : void

Allows the game to perform any initialization it needs to before starting to run. This is where it can query for any required services and load any non-graphic related content. Calling base.Initialize will enumerate through any components and initialize them as well.

메소드 상세

EndRun() 보호된 메소드

protected EndRun ( ) : void
리턴 void

Initialize() 보호된 메소드

Allows the game to perform any initialization it needs to before starting to run. This is where it can query for any required services and load any non-graphic related content. Calling base.Initialize will enumerate through any components and initialize them as well.
protected Initialize ( ) : void
리턴 void

ScummGame() 공개 메소드

public ScummGame ( ) : Microsoft.Xna.Framework
리턴 Microsoft.Xna.Framework

ScummGame() 공개 메소드

public ScummGame ( GameSettings settings ) : Microsoft.Xna.Framework
settings NScumm.Core.IO.GameSettings
리턴 Microsoft.Xna.Framework