C# Class FarseerPhysics.Samples.ScreenSystem.FrameRateCounter

Displays the FPS
Inheritance: Microsoft.Xna.Framework.DrawableGameComponent
Afficher le fichier Open project: tinco/Farseer-Physics Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime ) : void
Draw ( SpriteBatch batch ) : void
FrameRateCounter ( ) : System
FrameRateCounter ( ScreenManager screenManager ) : System
LoadContent ( ) : void
Update ( GameTime gameTime ) : void

Method Details

Draw() public méthode

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

Draw() public méthode

public Draw ( SpriteBatch batch ) : void
batch SpriteBatch
Résultat void

FrameRateCounter() public méthode

public FrameRateCounter ( ) : System
Résultat System

FrameRateCounter() public méthode

public FrameRateCounter ( ScreenManager screenManager ) : System
screenManager ScreenManager
Résultat System

LoadContent() public méthode

public LoadContent ( ) : void
Résultat void

Update() public méthode

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