C# Класс PlayFab.ClientModels.GetLeaderboardAroundCharacterRequest

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

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

Свойство Тип Описание
CharacterId string
CharacterType string
MaxResultsCount int?
StatisticName string

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

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

Unique PlayFab assigned ID for a specific character on which to center the leaderboard.
public string CharacterId
Результат string

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

Optional character type on which to filter the leaderboard entries.
public string CharacterType
Результат string

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

Maximum number of entries to retrieve. Default 10, maximum 100.
public int? MaxResultsCount
Результат int?

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

Unique identifier for the title-specific statistic for the leaderboard.
public string StatisticName
Результат string