C# Class NScumm.MonoGame.ScummGame

This is the main type for your game
Inheritance: Microsoft.Xna.Framework.Game
Afficher le fichier Open project: scemino/nscumm Class Usage Examples

Méthodes publiques

Méthode Description
ScummGame ( ) : Microsoft.Xna.Framework
ScummGame ( GameSettings settings ) : Microsoft.Xna.Framework

Méthodes protégées

Méthode Description
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.

Method Details

EndRun() protected méthode

protected EndRun ( ) : void
Résultat void

Initialize() protected méthode

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
Résultat void

ScummGame() public méthode

public ScummGame ( ) : Microsoft.Xna.Framework
Résultat Microsoft.Xna.Framework

ScummGame() public méthode

public ScummGame ( GameSettings settings ) : Microsoft.Xna.Framework
settings NScumm.Core.IO.GameSettings
Résultat Microsoft.Xna.Framework