readonly string | DisplayScore[Get] The score displayed in the leaderboard of this entry. |
readonly byte [] | ExtraData[Get] |
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. |
readonly SupplementaryMetric | |
readonly SupplementaryMetric | SupplementaryMetric[Get] |
readonly DateTime | Timestamp[Get] The timestamp of this entry being created in the leaderboard. |
readonly User |
LeaderboardEntry ( IntPtr o ) |
readonly string Oculus.Platform.Models.LeaderboardEntry.DisplayScore |
---|
The score displayed in the leaderboard of this entry. |
readonly byte [] Oculus.Platform.Models.LeaderboardEntry.ExtraData |
---|
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 Oculus.Platform.Models.LeaderboardEntry.ID |
---|
The ID of this leaderboard entry. |
readonly int Oculus.Platform.Models.LeaderboardEntry.Rank |
---|
The rank of this leaderboard entry in the leaderboard. |
readonly long Oculus.Platform.Models.LeaderboardEntry.Score |
---|
The raw underlying value of the leaderboard entry score. |
readonly SupplementaryMetric Oculus.Platform.Models.LeaderboardEntry.SupplementaryMetricOptional |
---|
A metric that can be used for tiebreakers by Leaderboards.WriteEntryWithSupplementaryMetric(). |
readonly SupplementaryMetric Oculus.Platform.Models.LeaderboardEntry.SupplementaryMetric |
---|
No description available.
|
readonly DateTime Oculus.Platform.Models.LeaderboardEntry.Timestamp |
---|
The timestamp of this entry being created in the leaderboard. |
readonly User Oculus.Platform.Models.LeaderboardEntry.User |
---|
User of this leaderboard entry. |
Oculus.Platform.Models.LeaderboardEntry.LeaderboardEntry ( IntPtr o ) |
---|
No description available.
|