C# Class Amphibian.Debug.MemoryTracker

Inheritance: Microsoft.Xna.Framework.DrawableGameComponent
Datei anzeigen Open project: jaquadro/MonoGdx Class Usage Examples

Public Methods

Method Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
MemoryTracker ( Microsoft.Xna.Framework.Game game ) : System
Update ( GameTime gameTime ) : void

Private Methods

Method Description
CommandExecute ( IDebugCommandHost host, string command, IList arguments ) : void

memory command implementation.

Method Details

Draw() public method

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

Initialize() public method

public Initialize ( ) : void
return void

MemoryTracker() public method

public MemoryTracker ( Microsoft.Xna.Framework.Game game ) : System
game Microsoft.Xna.Framework.Game
return System

Update() public method

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