次の方法で共有


GKMatchDelegate.ShouldReinviteDisconnectedPlayer(GKMatch, GKPlayer) メソッド

定義

プレーヤーが 2 人のプレーヤーの一致から切断されたときに呼び出されるメソッド。

[Foundation.Export("match:shouldReinviteDisconnectedPlayer:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldReinviteDisconnectedPlayer (GameKit.GKMatch match, GameKit.GKPlayer player);
abstract member ShouldReinviteDisconnectedPlayer : GameKit.GKMatch * GameKit.GKPlayer -> bool
override this.ShouldReinviteDisconnectedPlayer : GameKit.GKMatch * GameKit.GKPlayer -> bool

パラメーター

match
GKMatch
player
GKPlayer

戻り値

属性

適用対象