C# Class ModelViewer.Renderer.Clock

A mechanism for tracking elapsed time.
Mostra file Open project: nohbdy/ffxivmodelviewer

Public Methods

Method Description
Clock ( ) : System.Diagnostics

Initializes a new instance of the Clock class.

Start ( ) : void
Update ( ) : float

Updates the clock.

Method Details

Clock() public method

Initializes a new instance of the Clock class.
public Clock ( ) : System.Diagnostics
return System.Diagnostics

Start() public method

public Start ( ) : void
return void

Update() public method

Updates the clock.
public Update ( ) : float
return float