C# Class CarpMuffin.Timers.Timer

Helps maintain and track timings
Inheritance: IUpdatable
Afficher le fichier Open project: BetaToast/CarpMuffin Class Usage Examples

Méthodes publiques

Méthode Description
Reset ( ) : void
Start ( ) : void
Stop ( ) : void
Timer ( ) : System
Update ( GameTime gameTime ) : void

Method Details

Reset() public méthode

public Reset ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Timer() public méthode

public Timer ( ) : System
Résultat System

Update() public méthode

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