C# Class PlayFab.ClientModels.GetLeaderboardRequest

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

Méthodes publiques

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

Property Details

MaxResultsCount public_oe property

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

StartPosition public_oe property

Position in the leaderboard to start this listing (defaults to the first entry).
public int StartPosition
Résultat int

StatisticName public_oe property

Statistic used to rank players for this leaderboard.
public string StatisticName
Résultat string