C# Class SadConsole.FPSCounterComponent

A component to draw how many frames per second the engine is performing at.
Inheritance: Microsoft.Xna.Framework.DrawableGameComponent
Show file Open project: Thraka/SadConsole

Public Methods

Method Description
Draw ( GameTime gameTime ) : void
FPSCounterComponent ( Microsoft game ) : System
Update ( GameTime gameTime ) : void

Method Details

Draw() public method

public Draw ( GameTime gameTime ) : void
gameTime GameTime
return void

FPSCounterComponent() public method

public FPSCounterComponent ( Microsoft game ) : System
game Microsoft
return System

Update() public method

public Update ( GameTime gameTime ) : void
gameTime GameTime
return void