Field ServerCommandAge
How late the commands are received by server. Is a negative fixedPoint Q24:8 number that measure how many ticks behind the server was when he received the command, and it used as feedback by the NetworkTimeSystem to synchronize the ServerTick such that the client always runs ahead of the server. A positive number indicates that the client is running behind the server. A negative number indicates that the client is running ahead of the server.
Namespace: Unity.NetCode
Assembly: solution.dll
Syntax
public int ServerCommandAge
Returns
Type | Description |
---|---|
int |