C# Class PlayFab.ServerModels.GetLeaderboardAroundCharacterRequest

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

Méthodes publiques

Свойство Type Description
CharacterId string
CharacterType string
MaxResultsCount int
PlayFabId string
StatisticName string

Property Details

CharacterId public_oe property

Unique PlayFab assigned ID for a specific character owned by a user
public string CharacterId
Résultat string

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.
public int MaxResultsCount
Résultat int

PlayFabId public_oe property

Unique PlayFab assigned ID of the user on whom the operation will be performed.
public string PlayFabId
Résultat string

StatisticName public_oe property

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