GKPlayer.LoadPlayersForIdentifiers(String[], GKPlayersHandler) 方法

定义

从游戏中心加载由提供的 identifiers 指定的玩家的信息,并在加载信息后运行完成处理程序。

[Foundation.Export("loadPlayersForIdentifiers:withCompletionHandler:")]
public static void LoadPlayersForIdentifiers (string[] identifiers, GameKit.GKPlayersHandler completionHandler);
static member LoadPlayersForIdentifiers : string[] * GameKit.GKPlayersHandler -> unit

参数

identifiers
String[]
completionHandler
GKPlayersHandler

内容待定。

此参数可以为 null

属性

适用于