共用方式為


GKTurnBasedMatch.EndTurnWithNextParticipant 方法

定義

開發人員不應該使用此已被取代的方法。 開發人員應該改用 'EndTurn'。

[Foundation.Export("endTurnWithNextParticipant:matchData:completionHandler:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'EndTurn' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.None, "Use 'EndTurn' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void EndTurnWithNextParticipant (GameKit.GKTurnBasedParticipant nextParticipant, Foundation.NSData matchData, Action<Foundation.NSError> noCompletion);
abstract member EndTurnWithNextParticipant : GameKit.GKTurnBasedParticipant * Foundation.NSData * Action<Foundation.NSError> -> unit
override this.EndTurnWithNextParticipant : GameKit.GKTurnBasedParticipant * Foundation.NSData * Action<Foundation.NSError> -> unit

參數

nextParticipant
GKTurnBasedParticipant
matchData
NSData
noCompletion
Action<NSError>

即將加入。

這個參數可以是 null

屬性

適用於