C# Class PerformanceMeasuring.GameDebugTools.DebugManager

DebugManager class that holds graphics resources for debug.
Inheritance: Microsoft.Xna.Framework.DrawableGameComponent
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
DebugManager ( Microsoft.Xna.Framework.Game game, string debugFont ) : Microsoft.Xna.Framework

Méthodes protégées

Méthode Description
LoadContent ( ) : void

Method Details

DebugManager() public méthode

public DebugManager ( Microsoft.Xna.Framework.Game game, string debugFont ) : Microsoft.Xna.Framework
game Microsoft.Xna.Framework.Game
debugFont string
Résultat Microsoft.Xna.Framework

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void