Property ServerTime
ServerTime
The current server time. This value is mostly used for internal purposes and to interpolate state received from the server. This value is accurate when called in Update or during the Tick event but does not work correctly for FixedUpdate.
Declaration
public NetworkTime ServerTime { get; }
Property Value
Type | Description |
---|---|
NetworkTime |