Method group is Obsolete

NetworkLobbyManager.OnLobbyServerCreateLobbyPlayer

Cambiar al Manual
Obsolete public GameObject OnLobbyServerCreateLobbyPlayer (NetworkConnection conn, short playerControllerId);

Parámetros

connThe connection the player object is for.
playerControllerIdThe controllerId of the player.

Valor de retorno

GameObject The new lobby-player object.

Descripción

This allows customization of the creation of the lobby-player object on the server.

By default the lobbyPlayerPrefab is used to create the lobby-player, but this function allows that behaviour to be customized.