Delegate NetworkManager.ReanticipateDelegate
Delegate for handling network state reanticipation events
Namespace: Unity.Netcode
Assembly: Unity.Netcode.Runtime.dll
Syntax
public delegate void NetworkManager.ReanticipateDelegate(double lastRoundTripTime)
Parameters
Type | Name | Description |
---|---|---|
double | lastRoundTripTime | The most recent round-trip time measurement in seconds between client and server |