C# Class MonoGame.Extended.FramesPerSecondCounterComponent

Inheritance: DrawableGameComponent
Afficher le fichier Open project: craftworkgames/MonoGame.Extended Class Usage Examples

Méthodes publiques

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

Method Details

Draw() public méthode

public Draw ( GameTime gameTime ) : void
gameTime GameTime
Résultat void

FramesPerSecondCounterComponent() public méthode

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

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime GameTime
Résultat void