GKStateEventArgs(String, GKPlayerConnectionState) Constructor

Definition

Create a new instance of the GKStateEventArgs with the specified event data.

public GKStateEventArgs(string playerId, GameKit.GKPlayerConnectionState state);
new GameKit.GKStateEventArgs : string * GameKit.GKPlayerConnectionState -> GameKit.GKStateEventArgs

Parameters

playerId
String

The value for the PlayerId property.

state
GKPlayerConnectionState

The value for the State property.

Applies to