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
属性

适用于