다음을 통해 공유


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일 수 있습니다.

특성

적용 대상