MonoBehaviour.OnConnectedToServerfunction OnConnectedToServer () : voidDescriptionCalled on the client when you have successfully connected to a server
JavaScript
function OnConnectedToServer() { using UnityEngine; import UnityEngine |
