MonoBehaviour.OnDisconnectedFromServerfunction OnDisconnectedFromServer (mode : NetworkDisconnection) : voidDescriptionCalled on the client when the connection was lost or you disconnected from the server.
function OnDisconnectedFromServer (info: NetworkDisconnection)
{ Debug.Log("Disconnected from server: " + info); } |
