C# 클래스 PlayFab.ServerModels.FriendInfo

파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer

공개 프로퍼티들

프로퍼티 타입 설명
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