API ReferenceSandbox
public sealed class Sandbox.Achievement
Related Guides
Broader workflow and conceptual references connected to this API.
Properties
Showing 14 properties
public float Sandbox.Achievement.CurrentValue { get; set; }
public string Sandbox.Achievement.Description { get; set; }
public float Sandbox.Achievement.GlobalFraction { get; set; }
public int Sandbox.Achievement.GlobalUnlocked { get; set; }
public bool Sandbox.Achievement.HasProgression { get; set; }
public string Sandbox.Achievement.Icon { get; set; }
public bool Sandbox.Achievement.IsUnlocked { get; set; }
public bool Sandbox.Achievement.IsVisible { get; set; }
Returns whether this achievement should be visible to the player
public string Sandbox.Achievement.Name { get; set; }
public float Sandbox.Achievement.ProgressionFraction { get; set; }
A float, representing the progression of this stat. 0 is 0%, 1 is 100%. Not clamped.
public Vector2 Sandbox.Achievement.Range { get; set; }
public int Sandbox.Achievement.Score { get; set; }
public string Sandbox.Achievement.Title { get; set; }
public System.Nullable`1<System.DateTimeOffset> Sandbox.Achievement.UnlockTimestamp { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Achievement |