C# Class PerformanceMeasuring.GameDebugTools.DebugManager

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

Public Methods

Method Description
DebugManager ( Microsoft.Xna.Framework.Game game, string debugFont ) : Microsoft.Xna.Framework

Protected Methods

Method Description
LoadContent ( ) : void

Method Details

DebugManager() public method

public DebugManager ( Microsoft.Xna.Framework.Game game, string debugFont ) : Microsoft.Xna.Framework
game Microsoft.Xna.Framework.Game
debugFont string
return Microsoft.Xna.Framework

LoadContent() protected method

protected LoadContent ( ) : void
return void