C# Class PlayFab.ClientModels.GetLeaderboardAroundPlayerRequest

Inheritance: PlayFabRequestCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
MaxResultsCount int?
PlayFabId string
StatisticName string

Property Details

MaxResultsCount public_oe property

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

PlayFabId public_oe property

PlayFab unique identifier of the user to center the leaderboard around. If null will center on the logged in user.
public string PlayFabId
return string

StatisticName public_oe property

Statistic used to rank players for this leaderboard.
public string StatisticName
return string