RuyiNetGetGlobalLeaderboardPageResponseDataLeaderboardEntry Class |
[This is preliminary documentation and is subject to change.]
Namespace: Ruyi.SDK.Online
[SerializableAttribute] public class LeaderboardEntry
The RuyiNetGetGlobalLeaderboardPageResponseDataLeaderboardEntry type exposes the following members.
Name | Description | |
---|---|---|
RuyiNetGetGlobalLeaderboardPageResponseDataLeaderboardEntry | Initializes a new instance of the RuyiNetGetGlobalLeaderboardPageResponseDataLeaderboardEntry class |
Name | Description | |
---|---|---|
createdAt |
When this entry was created (UNIX timestamp).
| |
data |
Extra data provided by the developer, if any.
| |
index |
The index of this entry.
| |
name |
The display name of the player.
| |
pictureUrl |
The URL of the player's profile picture.
| |
playerId |
The ID of the player this entry represents.
| |
rank |
The overall rank of the player on this leaderboard.
| |
score |
The latest score for the player.
| |
updatedAt |
When this entry was last updated (UNIX timestamp).
|