Class AchievementDefinition

Class AchievementDefinition#

Inheritance Relationships#

Base Type#

Class Documentation#

class xbe.sdk.Models.AchievementDefinition : xbe.sdk.EntityBase#

Describes a single achievement that a user can unlock.

REQUIRES: Achievement Services

Public Functions

AchievementDefinition ()#
AchievementDefinition (Object obj)

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: