readonly string | DisplayScore[Get] |
readonly byte [] | ExtraData[Get] A 2KB custom data field that is associated with the challenge entry. |
readonly UInt64 | ID[Get] |
readonly int | Rank[Get] |
readonly long | Score[Get] The raw underlying value of the challenge entry score. |
readonly DateTime | Timestamp[Get] The timestamp of the creation of this entry in the challenge. |
readonly User | User[Get] The user corresponding to this entry within the challenge. |
ChallengeEntry ( IntPtr o ) |
readonly string Oculus.Platform.Models.ChallengeEntry.DisplayScore |
---|
A displayable score for this challenge entry. The score is formatted with thousands separators and the relevant units are appended based on the associated leaderboard's score type. |
readonly byte [] Oculus.Platform.Models.ChallengeEntry.ExtraData |
---|
A 2KB custom data field that is associated with the challenge entry. |
readonly UInt64 Oculus.Platform.Models.ChallengeEntry.ID |
---|
The ID of this challenge entry which can be used by Challenges.GetEntriesByIds() and Challenges.GetEntries(). |
readonly int Oculus.Platform.Models.ChallengeEntry.Rank |
---|
Challenges can be ranked by highest or lowest scores within a time period. This indicates the position of this challenge entry. |
readonly long Oculus.Platform.Models.ChallengeEntry.Score |
---|
The raw underlying value of the challenge entry score. |
readonly DateTime Oculus.Platform.Models.ChallengeEntry.Timestamp |
---|
The timestamp of the creation of this entry in the challenge. |
readonly User Oculus.Platform.Models.ChallengeEntry.User |
---|
The user corresponding to this entry within the challenge. |
Oculus.Platform.Models.ChallengeEntry.ChallengeEntry ( IntPtr o ) |
---|
No description available.
|