Version: 2017.2

NetworkMatch.BasicResponseDelegate

매뉴얼로 전환
public delegatevoid BasicResponseDelegate (bool success, string extendedInfo);

파라미터

success Indicates if the request succeeded.
extendedInfo A text description of the failure if success is false.

설명

A delegate that can handle MatchMaker responses that return basic response types (generally only indicating success or failure and extended information if a failure did happen).