An leaderboard entry object contains information about a user in the leaderboard.
Fields
readonly string DisplayScore[Get]
The score displayed in the leaderboard of this entry.
readonly byte [] ExtraData[Get]
A 2KB custom data field that is associated with the leaderboard entry. This can be a game replay or anything that provides more detail about the entry to the viewer. It will be used by two entry methods: Leaderboards.WriteEntry() and Leaderboards.WriteEntryWithSupplementaryMetric()
readonly UInt64 ID[Get]
The ID of this leaderboard entry.
readonly int Rank[Get]
The rank of this leaderboard entry in the leaderboard.
readonly long Score[Get]
The raw underlying value of the leaderboard entry score.