Share via


GKMatchmakingPlayersEventArgs(GKPlayer[]) Constructor

Definition

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

public GKMatchmakingPlayersEventArgs(GameKit.GKPlayer[] playerIDs);
new GameKit.GKMatchmakingPlayersEventArgs : GameKit.GKPlayer[] -> GameKit.GKMatchmakingPlayersEventArgs

Parameters

playerIDs
GKPlayer[]

The value for the PlayerIDs property.

Applies to