Compartir a través de


GKMatchDelegate_Extensions.StateChangedForPlayer Método

Definición

Método al que se llama cuando cambia el estado de conexión de un jugador.

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

Instancia en la que opera este método de extensión.

match
GKMatch
player
GKPlayer
Atributos

Se aplica a