C# Class RaceGame.RaceTimer

Inheritance: IRaceTimer
Exibir arquivo Open project: cjohnsson/Racing-Game Class Usage Examples

Public Methods

Method Description
GetElapsedTime ( ) : System.TimeSpan
Pause ( ) : void
RaceTimer ( ) : System
Reset ( ) : void
Resume ( ) : void

Method Details

GetElapsedTime() public method

public GetElapsedTime ( ) : System.TimeSpan
return System.TimeSpan

Pause() public method

public Pause ( ) : void
return void

RaceTimer() public method

public RaceTimer ( ) : System
return System

Reset() public method

public Reset ( ) : void
return void

Resume() public method

public Resume ( ) : void
return void