Compartilhar via


GKMatchDelegate_Extensions.StateChangedForPlayer Método

Definição

Método que é chamado quando o estado de conexão de um jogador é alterado.

public static void StateChangedForPlayer (this GameKit.IGKMatchDelegate This, GameKit.GKMatch match, GameKit.GKPlayer player, GameKit.GKPlayerConnectionState state);
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.All, null)]
public static void StateChangedForPlayer (this GameKit.IGKMatchDelegate This, GameKit.GKMatch match, GameKit.GKPlayer player, GameKit.GKPlayerConnectionState state);
static member StateChangedForPlayer : GameKit.IGKMatchDelegate * GameKit.GKMatch * GameKit.GKPlayer * GameKit.GKPlayerConnectionState -> unit

Parâmetros

This
IGKMatchDelegate

A instância na qual esse método de extensão opera.

match
GKMatch
player
GKPlayer
Atributos

Aplica-se a