class
Achievement
public sealed class Achievement Properties
| Name | Type | Description |
|---|---|---|
Name | String | |
Title | String | |
Description | String | |
Icon | String | |
IsUnlocked | Boolean | |
UnlockTimestamp | DateTimeOffset? | |
Score | Int32 | |
Range | Vector2 | |
CurrentValue | Single | |
IsVisible | Boolean | Returns whether this achievement should be visible to the player |
HasProgression | Boolean | |
GlobalUnlocked | Int32 | |
GlobalFraction | Single | |
ProgressionFraction | Single | A float, representing the progression of this stat. 0 is 0%, 1 is 100%. Not clamped. |