C# Class PlayFab.ServerModels.PlayerLeaderboardEntry

Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство Type Description
DisplayName string
PlayFabId string
Position int
StatValue int

Property Details

DisplayName public_oe property

Title-specific display name of the user for this leaderboard entry.
public string DisplayName
Résultat string

PlayFabId public_oe property

PlayFab unique identifier of the user for this leaderboard entry.
public string PlayFabId
Résultat string

Position public_oe property

User's overall position in the leaderboard.
public int Position
Résultat int

StatValue public_oe property

Specific value of the user's statistic.
public int StatValue
Résultat int