Class AchievementDefinition#
Defined in File AchievementDefinition.cs
Inheritance Relationships#
Base Type#
public xbe.sdk.EntityBase
(Class EntityBase)
Class Documentation#
- class xbe.sdk.Models.AchievementDefinition : xbe.sdk.EntityBase#
Describes a single achievement that a user can unlock.
REQUIRES: Achievement Services
Properties
- string Name { get; set; }#
The unique name of the achievement.
- string Description { get; set; }#
A textual description of the achievement.
- string Badge { get; set; }#
The icon to display when representing the achievement.
- Guid ProductUid { get; set; }#
The uid of the product that this achievement is associated with.
REQUIRES: Achievements Services Studio.
Public Static Functions
- new AchievementDefinition Parse (string json)#
Parses the given JSON encoded string into a new AchievementDefinition instance.
- Param json:
- Return: