C# Class NScumm.MonoGame.ScummGame

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

Public Methods

Method Description
ScummGame ( ) : Microsoft.Xna.Framework
ScummGame ( GameSettings settings ) : Microsoft.Xna.Framework

Protected Methods

Method 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 method

protected EndRun ( ) : void
return void

Initialize() protected method

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
return void

ScummGame() public method

public ScummGame ( ) : Microsoft.Xna.Framework
return Microsoft.Xna.Framework

ScummGame() public method

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