C# Class PlayFab.ClientModels.PlayerLeaderboardEntry

Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
DisplayName string
PlayFabId string
Position int
StatValue int

Property Details

DisplayName public property

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

PlayFabId public property

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

Position public property

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

StatValue public property

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