C# Class PlayFab.ClientModels.PlayerLeaderboardEntry

Mostrar archivo Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property 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
return string

PlayFabId public_oe property

PlayFab unique identifier of the user for this leaderboard entry.
public string PlayFabId
return string

Position public_oe property

User's overall position in the leaderboard.
public int Position
return int

StatValue public_oe property

Specific value of the user's statistic.
public int StatValue
return int