C# Class TimeRulerLibrary.FpsCounter

Component for FPS measure and draw.
Inheritance: Microsoft.Xna.Framework.DrawableGameComponent
Afficher le fichier Open project: jaquadro/MonoGdx Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime ) : void
FpsCounter ( Microsoft.Xna.Framework.Game game ) : System
Initialize ( ) : void
Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
CommandExecute ( IDebugCommandHost host, string command, IList arguments ) : void

fps command implementation.

Method Details

Draw() public méthode

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

FpsCounter() public méthode

public FpsCounter ( Microsoft.Xna.Framework.Game game ) : System
game Microsoft.Xna.Framework.Game
Résultat System

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void