readonly string | Bitfield[Get] For bitfield achievements, the current bitfield state. |
readonly ulong | Count[Get] For count achievements, the current counter state. |
readonly bool | IsUnlocked[Get] If the user has already unlocked this achievement. |
readonly string | Name[Get] |
readonly DateTime | UnlockTime[Get] If the achievement is unlocked, the time when it was unlocked. |
AchievementProgress ( IntPtr o ) |
readonly string Oculus.Platform.Models.AchievementProgress.Bitfield |
---|
For bitfield achievements, the current bitfield state. |
readonly ulong Oculus.Platform.Models.AchievementProgress.Count |
---|
For count achievements, the current counter state. |
readonly bool Oculus.Platform.Models.AchievementProgress.IsUnlocked |
---|
If the user has already unlocked this achievement. |
readonly string Oculus.Platform.Models.AchievementProgress.Name |
---|
The unique string that you use to reference the achievement in your app, as specified in the developer dashboard. |
readonly DateTime Oculus.Platform.Models.AchievementProgress.UnlockTime |
---|
If the achievement is unlocked, the time when it was unlocked. |
Oculus.Platform.Models.AchievementProgress.AchievementProgress ( IntPtr o ) |
---|
No description available.
|