Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
PlayFab
ClientModels
GetLeaderboardAroundCharacterRequest
C# Class PlayFab.ClientModels.GetLeaderboardAroundCharacterRequest
Inheritance:
PlayFabRequestCommon
显示文件
Open project: PlayFab/PlayFabGameServer
Class Usage Examples
Public Properties
Property
Type
Description
CharacterId
string
CharacterType
string
MaxResultsCount
int?
StatisticName
string
Property Details
CharacterId
public_oe property
Unique PlayFab assigned ID for a specific character on which to center the leaderboard.
public
string
CharacterId
return
string
CharacterType
public_oe property
Optional character type on which to filter the leaderboard entries.
public
string
CharacterType
return
string
MaxResultsCount
public_oe property
Maximum number of entries to retrieve. Default 10, maximum 100.
public
int?
MaxResultsCount
return
int?
StatisticName
public_oe property
Unique identifier for the title-specific statistic for the leaderboard.
public
string
StatisticName
return
string