C# Класс PlayFab.ServerModels.FriendInfo

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
CurrentMatchmakerLobbyId string
FacebookInfo UserFacebookInfo
FriendPlayFabId string
GameCenterInfo UserGameCenterInfo
SteamInfo UserSteamInfo
Tags List
TitleDisplayName string
Username string

Описание свойств

CurrentMatchmakerLobbyId публичное свойство

Unique lobby identifier of the Game Server Instance to which this player is currently connected.
public string CurrentMatchmakerLobbyId
Результат string

FacebookInfo публичное свойство

Available Facebook information (if the user and PlayFab friend are also connected in Facebook).
public UserFacebookInfo,PlayFab.ServerModels FacebookInfo
Результат UserFacebookInfo

FriendPlayFabId публичное свойство

PlayFab unique identifier for this friend.
public string FriendPlayFabId
Результат string

GameCenterInfo публичное свойство

Available Game Center information (if the user and PlayFab friend are also connected in Game Center).
public UserGameCenterInfo,PlayFab.ServerModels GameCenterInfo
Результат UserGameCenterInfo

SteamInfo публичное свойство

Available Steam information (if the user and PlayFab friend are also connected in Steam).
public UserSteamInfo,PlayFab.ServerModels SteamInfo
Результат UserSteamInfo

Tags публичное свойство

Tags which have been associated with this friend.
public List Tags
Результат List

TitleDisplayName публичное свойство

Title-specific display name for this friend.
public string TitleDisplayName
Результат string

Username публичное свойство

PlayFab unique username for this friend.
public string Username
Результат string