API reference
API reference
Select your platform
No SDKs available
No versions available

AchievementUpdate Class

Represents an update to an existing achievement.

Constructors

AchievementUpdate ( o )
Signature
Oculus.Platform.Models.AchievementUpdate.AchievementUpdate(IntPtr o)
Parameters
o: IntPtr

Fields

JustUnlocked : readonly bool
This indicates if this update caused the achievement to unlock.
Signature
readonly bool Oculus.Platform.Models.AchievementUpdate.JustUnlocked
Name : readonly string
The unique AchievementDefinition.GetName() used to reference the updated achievement.
Signature
readonly string Oculus.Platform.Models.AchievementUpdate.Name