C# Class MonoGameQuest.DebugInfo

Inheritance: MonoGameQuestDrawableComponent
Exibir arquivo Open project: half-ogre/MonoGameQuest

Public Methods

Method Description
DebugInfo ( MonoGameQuest game ) : System
Draw ( GameTime gameTime ) : void
Update ( GameTime gameTime ) : void

Protected Methods

Method Description
LoadContent ( ) : void

Private Methods

Method Description
DrawGrid ( SpriteBatch spriteBatch ) : void

Method Details

DebugInfo() public method

public DebugInfo ( MonoGameQuest game ) : System
game MonoGameQuest
return System

Draw() public method

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

LoadContent() protected method

protected LoadContent ( ) : void
return void

Update() public method

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