다음을 통해 공유


GKMatchDelegate_Extensions.DataReceivedFromPlayer 메서드

정의

플레이어로부터 데이터를 받을 때 호출되는 메서드입니다.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DataReceivedFromPlayer (this GameKit.IGKMatchDelegate This, GameKit.GKMatch match, Foundation.NSData data, GameKit.GKPlayer player);
static member DataReceivedFromPlayer : GameKit.IGKMatchDelegate * GameKit.GKMatch * Foundation.NSData * GameKit.GKPlayer -> unit

매개 변수

This
IGKMatchDelegate

이 확장 메서드가 작동하는 인스턴스입니다.

match
GKMatch
data
NSData
player
GKPlayer
특성

적용 대상