C# Class DungeonMasterEngine.Engine

This is the main type for your game.
Inheritance: Microsoft.Xna.Framework.Game
Exibir arquivo Open project: ggrrin/DungeonMaster Class Usage Examples

Public Methods

Method Description
Engine ( ) : DungeonMasterEngine.Builders

Protected Methods

Method Description
Draw ( GameTime gameTime ) : void
LoadContent ( ) : void

LoadContent will be called once per game and is the place to load all of your content.

Update ( GameTime gameTime ) : void

Method Details

Draw() protected method

protected Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

Engine() public method

public Engine ( ) : DungeonMasterEngine.Builders
return DungeonMasterEngine.Builders

LoadContent() protected method

LoadContent will be called once per game and is the place to load all of your content.
protected LoadContent ( ) : void
return void

Update() protected method

protected Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void