Network.OnFailedToConnectfunction OnFailedToConnect (error : NetworkConnectionError) : voidDescriptionCalled on the client when a connection attempt fails for some reason. The reason why it fails is passed in as a NetworkConnectionError enum.
JavaScript
function OnFailedToConnect(error: NetworkConnectionError) { using UnityEngine; import UnityEngine |
