API reference

LeaderboardStartAt Enum

An enum that allows you to specify the starting point for the leaderboard entries. It can be used as a params in Leaderboards.GetEntries() to the starting point for the leaderboard entries that are returned in the response.

Enumeration Constants

MemberDescription
Top
This value indicates that the leaderboard entries should start at the top of the leaderboard.
CenteredOnViewer
This value indicates that the leaderboard entries should start at the viewer's position on the leaderboard
CenteredOnViewerOrTop
This value indicates that the leaderboard entries should start at the viewer's position on the leaderboard, or at the top of the leaderboard if the viewer is not present.
Unknown