Constructor NetworkTickSystem
NetworkTickSystem(uint, double, double)
Creates a new instance of the NetworkTickSystem class.
Declaration
public NetworkTickSystem(uint tickRate, double localTimeSec, double serverTimeSec)
Parameters
Type | Name | Description |
---|---|---|
uint | tickRate | The tick rate |
double | localTimeSec | The initial local time to start at. |
double | serverTimeSec | The initial server time to start at. |