C# Class PlatformerPOC.Helpers.FPSCounter

Afficher le fichier Open project: bramdemoor/MonoGame-PlatformerPOC Class Usage Examples

Méthodes publiques

Méthode Description
IncreaseFrames ( ) : void
Update ( GameTime gameTime ) : void

Method Details

IncreaseFrames() public méthode

public IncreaseFrames ( ) : void
Résultat void

Update() public méthode

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