enum LeaderboardStartAt : Enum<LeaderboardStartAt>
| Member | Description |
|---|---|
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 |
Represents that the LeaderboardStartAt is unknown.
|
value
: Int
[Get] |
Signature
val value: Int |