C# Class PlayFab.ClientModels.GetCharacterLeaderboardRequest

Inheritance: PlayFabRequestCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer Class Usage Examples

Méthodes publiques

Свойство Type Description
CharacterType string
MaxResultsCount int?
StartPosition int
StatisticName string

Property Details

CharacterType public_oe property

Optional character type on which to filter the leaderboard entries.
public string CharacterType
Résultat string

MaxResultsCount public_oe property

Maximum number of entries to retrieve. Default 10, maximum 100.
public int? MaxResultsCount
Résultat int?

StartPosition public_oe property

First entry in the leaderboard to be retrieved.
public int StartPosition
Résultat int

StatisticName public_oe property

Unique identifier for the title-specific statistic for the leaderboard.
public string StatisticName
Résultat string