Multiplayer Reference
Class Achievement
Namespace: PlayerIO.GameLibrary
Language: C# / .NET
An Achievement
Properties | |||
---|---|---|---|
public bool |
True when Progress==ProgressGoal |
||
public string |
The description |
||
public string |
The id of the achievement |
||
public string |
A url to the image of the achievement |
||
public DateTime |
Last updated time, in UTC |
||
public int |
Current progress made towards the ProgressGoal of this achievement |
||
public int |
The progress value to reach to complete the achievement |
||
public Double |
A value in the range [0:1] indicating the progress made towards completion. |
||
public string |
The title of the achievement |
Achievement.Completed
public bool |
|
True when Progress==ProgressGoal
Achievement.Description
public string |
|
The description
Achievement.Id
public string |
|
The id of the achievement
Achievement.ImageUrl
public string |
|
A url to the image of the achievement
Achievement.LastUpdated
public DateTime |
|
Last updated time, in UTC
Achievement.Progress
public int |
|
Current progress made towards the ProgressGoal of this achievement
Achievement.ProgressGoal
public int |
|
The progress value to reach to complete the achievement
Achievement.ProgressRatio
public Double |
|
A value in the range [0:1] indicating the progress made towards completion.
Achievement.Title
public string |
|
The title of the achievement