NetworkLobbyManager.OnLobbyServerCreateLobbyPlayer

Switch to Manual
public GameObject OnLobbyServerCreateLobbyPlayer (Networking.NetworkConnection conn, short playerControllerId);

Parameters

conn 玩家对象的连接。
playerControllerId 玩家的 controllerId。

Returns

GameObject 新的大厅玩家对象。

Description

这允许自定义在服务器上创建大厅玩家对象的过程。

默认情况下,lobbyPlayerPrefab 用于创建大厅玩家,但此函数允许对该行为进行自定义。