C# Class TimeRulerLibrary.DebugManager

DebugManager class that holds graphics resources for debug.
Inheritance: Microsoft.Xna.Framework.DrawableGameComponent
Show file Open project: jaquadro/MonoGdx Class Usage Examples

Public Methods

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

Protected Methods

Method Description
LoadContent ( ) : void

Method Details

DebugManager() public method

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

LoadContent() protected method

protected LoadContent ( ) : void
return void