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

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

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

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

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

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

Unique PlayFab assigned ID for a specific character owned by a user
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.
public int MaxResultsCount
Результат int

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

First entry in the leaderboard to be retrieved.
public int StartPosition
Результат int

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

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