PFMultiplayerPort
Playfab マルチプレイヤー サーバーによって使用されるポート。
構文
struct PFMultiplayerPort {
const char* name;
uint32_t num;
PFMultiplayerProtocolType protocol;
}
メンバー
name
const char*
が null で終わる
PlayFab Game Manager サーバー設定で指定されているポートの名前。
num
uint32_t
ポートの番号。
protocol
PFMultiplayerProtocolType
ポートのプロトコル。
要件
ヘッダー: PFMatchmaking.h