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

파라미터

success Indicates if the request succeeded.
extendedInfo A text description for the error if success is false.
matchInfo The info for the newly joined match.

설명

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