C# Class Divine_Right.GameScreens.Components.FPSCounter

Inheritance: Microsoft.Xna.Framework.DrawableGameComponent
Datei anzeigen Open project: Haedrian/Divine-Right

Public Methods

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

Protected Methods

Method Description
LoadContent ( ) : void
UnloadContent ( ) : void

Method Details

Draw() public method

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

FPSCounter() public method

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

LoadContent() protected method

protected LoadContent ( ) : void
return void

UnloadContent() protected method

protected UnloadContent ( ) : void
return void

Update() public method

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