Version: 2017.3

NetworkMatch.BasicResponseDelegate

Cambiar al Manual
public delegatevoid BasicResponseDelegate (bool success, string extendedInfo);

Parámetros

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

Descripción

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).