共用方式為


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

適用於