Method Reset
Reset(double, double)
Resets the time system to a time based on the given network parameters.
Declaration
public void Reset(double serverTimeSec, double rttSec)
Parameters
Type | Name | Description |
---|---|---|
double | serverTimeSec | The most recent server time value received in seconds. |
double | rttSec | The current RTT in seconds. Can be an averaged or a raw value. |