public void OnMatchList (bool success, string extendedInfo, List<MatchInfoSnapshot> matchList);

파라미터

successIndicates if the request succeeded.
extendedInfoA text description for the error if success is false.
matchListA list of matches corresponding to the filters set in the initial list request.

설명

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