PlayerConnection.RegisterDisconnection

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

Parámetros

callbackThe Action that is called when a Player disconnects from the Editor.

Descripción

Registers a callback to be called when Editor disconnects.