GKMatchmaker.AddPlayersAsync(GKMatch, GKMatchRequest) 方法

定义

将匹配请求中的玩家添加到匹配项。

public virtual System.Threading.Tasks.Task AddPlayersAsync (GameKit.GKMatch toMatch, GameKit.GKMatchRequest matchRequest);
abstract member AddPlayersAsync : GameKit.GKMatch * GameKit.GKMatchRequest -> System.Threading.Tasks.Task
override this.AddPlayersAsync : GameKit.GKMatch * GameKit.GKMatchRequest -> System.Threading.Tasks.Task

参数

toMatch
GKMatch
matchRequest
GKMatchRequest

返回

表示异步 AddPlayers 操作的任务

适用于