次の方法で共有


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

適用対象