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

Наследование: PlayFabRequestCommon
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
IncludeFacebookFriends bool?
IncludeSteamFriends bool?
MaxResultsCount int
PlayFabId string
StartPosition int
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.
public int MaxResultsCount
Результат int

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

The player whose friend leaderboard to get
public string PlayFabId
Результат string

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

Position in the leaderboard to start this listing (defaults to the first entry).
public int StartPosition
Результат int

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

Statistic used to rank friends for this leaderboard.
public string StatisticName
Результат string