C# Class SimpleSoccer.Net.PrecisionTimer

Afficher le fichier Open project: soshimozi/SimpleSoccer.Net Class Usage Examples

Méthodes publiques

Méthode Description
PrecisionTimer ( ) : System
PrecisionTimer ( double fps ) : System
ReadyForNextFrame ( ) : bool
Start ( ) : void
TimeElapsed ( ) : double

Method Details

PrecisionTimer() public méthode

public PrecisionTimer ( ) : System
Résultat System

PrecisionTimer() public méthode

public PrecisionTimer ( double fps ) : System
fps double
Résultat System

ReadyForNextFrame() public méthode

public ReadyForNextFrame ( ) : bool
Résultat bool

Start() public méthode

public Start ( ) : void
Résultat void

TimeElapsed() public méthode

public TimeElapsed ( ) : double
Résultat double