C# Class ModelViewer.Renderer.Clock

A mechanism for tracking elapsed time.
Afficher le fichier Open project: nohbdy/ffxivmodelviewer

Méthodes publiques

Méthode Description
Clock ( ) : System.Diagnostics

Initializes a new instance of the Clock class.

Start ( ) : void
Update ( ) : float

Updates the clock.

Method Details

Clock() public méthode

Initializes a new instance of the Clock class.
public Clock ( ) : System.Diagnostics
Résultat System.Diagnostics

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

Updates the clock.
public Update ( ) : float
Résultat float