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

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

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

Свойство Тип Описание
CharacterId string
CharacterType string
MaxResultsCount int
PlayFabId string
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

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

Unique PlayFab assigned ID of the user on whom the operation will be performed.
public string PlayFabId
Результат string

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

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