C# 클래스 PlayFab.ClientModels.GetFriendLeaderboardAroundPlayerRequest

상속: PlayFabRequestCommon
파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IncludeFacebookFriends bool?
IncludeSteamFriends bool?
MaxResultsCount int?
PlayFabId string
StatisticName string

프로퍼티 상세

IncludeFacebookFriends 공개적으로 프로퍼티

Indicates whether Facebook friends should be included in the response. Default is true.
public bool? IncludeFacebookFriends
리턴 bool?

IncludeSteamFriends 공개적으로 프로퍼티

Indicates whether Steam service friends should be included in the response. Default is true.
public bool? IncludeSteamFriends
리턴 bool?

MaxResultsCount 공개적으로 프로퍼티

Maximum number of entries to retrieve. Default 10, maximum 100.
public int? MaxResultsCount
리턴 int?

PlayFabId 공개적으로 프로퍼티

PlayFab unique identifier of the user to center the leaderboard around. If null will center on the logged in user.
public string PlayFabId
리턴 string

StatisticName 공개적으로 프로퍼티

Statistic used to rank players for this leaderboard.
public string StatisticName
리턴 string