Version: 2017.3

EditorConnection.RegisterConnection

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

Parámetros

callback Action called when a new Player connects, with the Player ID of the Player.

Descripción

Registers a callback, executed when a new Player connects to the Editor.