public void RegisterConnection (UnityAction<int> callback);

Parámetros

callbackAction called when Player connects, with the Player ID of the Editor.

Descripción

Registers a callback that is invoked when the Editor connects to the Player.