C# Class FBClient.Utils.FrameRateCounter

Inheritance: Microsoft.Xna.Framework.DrawableGameComponent
Afficher le fichier Open project: Noxalus/Final-Bomber

Méthodes publiques

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

Méthodes protégées

Méthode Description
LoadContent ( ) : void
UnloadContent ( ) : void

Method Details

Draw() public méthode

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

FrameRateCounter() public méthode

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

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

UnloadContent() protected méthode

protected UnloadContent ( ) : void
Résultat void

Update() public méthode

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