Method UpdateTick
UpdateTick(double, double)
Called after advancing the time system to run ticks based on the difference in time.
Declaration
public void UpdateTick(double localTimeSec, double serverTimeSec)
Parameters
Type | Name | Description |
---|---|---|
double | localTimeSec | The local time in seconds |
double | serverTimeSec | The server time in seconds |