C# Class Fusion.Engine.Common.GameTime

Afficher le fichier Open project: demiurghg/FusionEngine Class Usage Examples

Méthodes publiques

Méthode Description
GameTime ( ) : System

Constructor

Update ( ) : void

Updates timer

Private Methods

Méthode Description
GameTime ( long frames, System.TimeSpan total, System.TimeSpan elapsed ) : System

GameTime ( long frames, long totalTicks, long elapsedTicks ) : System

Method Details

GameTime() public méthode

Constructor
public GameTime ( ) : System
Résultat System

Update() public méthode

Updates timer
public Update ( ) : void
Résultat void