GKChallengeComposeResult 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
GKChallengeComposeResult(NSViewController, Boolean, String[]) | |
GKChallengeComposeResult(UIViewController, Boolean, String[]) |
构造 GameKit.GKChallengeComposeResult 的实例 |
GKChallengeComposeResult(NSViewController, Boolean, String[])
public GKChallengeComposeResult (AppKit.NSViewController composeController, bool issuedChallenge, string[] sentPlayerIDs);
new GameKit.GKChallengeComposeResult : AppKit.NSViewController * bool * string[] -> GameKit.GKChallengeComposeResult
参数
- composeController
- NSViewController
- issuedChallenge
- Boolean
- sentPlayerIDs
- String[]
适用于
GKChallengeComposeResult(UIViewController, Boolean, String[])
构造 GameKit.GKChallengeComposeResult 的实例
public GKChallengeComposeResult (UIKit.UIViewController composeController, bool issuedChallenge, string[] sentPlayerIDs);
new GameKit.GKChallengeComposeResult : UIKit.UIViewController * bool * string[] -> GameKit.GKChallengeComposeResult
参数
- composeController
- UIViewController
异步操作的结果值
- issuedChallenge
- Boolean
异步操作的结果值
- sentPlayerIDs
- String[]
异步操作的结果值