C# Class DungeonMasterEngine.Helpers.Game1

This is the main type for your game
Inheritance: Microsoft.Xna.Framework.Game
Mostrar archivo Open project: ggrrin/DungeonMaster

Public Methods

Method Description
Game1 ( ) : Microsoft.Xna.Framework

Protected Methods

Method Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
LoadContent ( ) : void
UnloadContent ( ) : void
Update ( GameTime gameTime ) : void

Private Methods

Method Description
DrawModel ( Model myModel ) : void
InitializeEffect ( ) : void

Method Details

Draw() protected method

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

Game1() public method

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

Initialize() protected method

protected Initialize ( ) : void
return void

LoadContent() protected method

protected LoadContent ( ) : void
return void

UnloadContent() protected method

protected UnloadContent ( ) : void
return void

Update() protected method

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