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

파라미터

success Indicates if the request succeeded.
extendedInfo A text description for the error if success is false.
matchList A 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.