EditorConnection.RegisterDisconnection

Cambiar al Manual
public void RegisterDisconnection (UnityAction<int> callback);

Parámetros

callbackThe Action that is called when the Player with the given Player ID disconnects.

Descripción

Registers a callback on a Player when that Player disconnects.