A leaderboard entry object contains information about the
Models.User who made the entry, their score, and other relevant details in the leaderboard. It provides a way for a game to keep track of players and their scores in relation to other. A single leaderboard entry can be written by
Leaderboards.WriteEntry(). A block of leaderboard entries can be retrieved using
Leaderboards.GetEntries(). Visit our
website for more information about the leaderboard entry.