Event OnClientDisconnectCallback
The callback to invoke when a client disconnects. This callback is only ran on the server and on the local client that disconnects.
Namespace: Unity.Netcode
Assembly: solution.dll
Syntax
public event Action<ulong> OnClientDisconnectCallback
Returns
Type | Description |
---|---|
Action<ulong> |