NetworkServer.ReplacePlayerForConnection

Cambiar al Manual
Obsolete public static bool ReplacePlayerForConnection (NetworkConnection conn, GameObject player, short playerControllerId);

Parámetros

connConnection which is adding the player.
playerPlayer object spawned for the player.
playerControllerIdThe player controller ID number as specified by client.

Valor de retorno

bool True if player was replaced.

Descripción

This replaces the player object for a connection with a different player object. The old player object is not destroyed.

If a connection already has a player object, this can be used to replace that object with a different player object. This does NOT change the ready state of the connection, so it can safely be used while changing Scenes.