C# Class MonoGameQuest.DebugInfo

Inheritance: MonoGameQuestDrawableComponent
Afficher le fichier Open project: half-ogre/MonoGameQuest

Méthodes publiques

Méthode Description
DebugInfo ( MonoGameQuest game ) : System
Draw ( GameTime gameTime ) : void
Update ( GameTime gameTime ) : void

Méthodes protégées

Méthode Description
LoadContent ( ) : void

Private Methods

Méthode Description
DrawGrid ( SpriteBatch spriteBatch ) : void

Method Details

DebugInfo() public méthode

public DebugInfo ( MonoGameQuest game ) : System
game MonoGameQuest
Résultat System

Draw() public méthode

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void