GKMatchReinvitationForDisconnectedPlayer 委托

定义

应用开发人员可以为 属性指定的 ShouldReinviteDisconnectedPlayer 完成处理程序。

public delegate bool GKMatchReinvitationForDisconnectedPlayer(GKMatch match, GKPlayer player);
type GKMatchReinvitationForDisconnectedPlayer = delegate of GKMatch * GKPlayer -> bool

参数

match
GKMatch
player
GKPlayer

返回值

适用于