C# Class SimpleSoccer.Net.PrecisionTimer

ファイルを表示 Open project: soshimozi/SimpleSoccer.Net Class Usage Examples

Public Methods

Method Description
PrecisionTimer ( ) : System
PrecisionTimer ( double fps ) : System
ReadyForNextFrame ( ) : bool
Start ( ) : void
TimeElapsed ( ) : double

Method Details

PrecisionTimer() public method

public PrecisionTimer ( ) : System
return System

PrecisionTimer() public method

public PrecisionTimer ( double fps ) : System
fps double
return System

ReadyForNextFrame() public method

public ReadyForNextFrame ( ) : bool
return bool

Start() public method

public Start ( ) : void
return void

TimeElapsed() public method

public TimeElapsed ( ) : double
return double