public void OnMatchJoined (bool success, string extendedInfo, Networking.Match.MatchInfo matchInfo);

Parámetros

successIndicates if the request succeeded.
extendedInfoA text description for the error if success is false.
matchInfoNombre de la nueva escena.

Descripción

Callback that happens when a NetworkMatch.JoinMatch request has been processed on the server.