Method group is Obsolete

NetworkLobbyManager.OnLobbyServerCreateLobbyPlayer

매뉴얼로 전환
Obsolete public GameObject OnLobbyServerCreateLobbyPlayer (NetworkConnection conn, short playerControllerId);

파라미터

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

반환

GameObject The new lobby-player object.

설명

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.