Class Unlockable
Represents an entry that becomes available when a rank threshold is met.
public sealed class Unlockable
- Inheritance
-
Unlockable
- Inherited Members
- Extension Methods
Constructors
Unlockable(FullRank, string, Sprite)
Creates an unlockable tied to a specific rank and tier.
public Unlockable(FullRank rank, string title, Sprite icon)
Parameters
rankFullRankRank+tier requirement.
titlestringDisplay title shown in UI.
iconSpriteDisplay icon.
Properties
Icon
Icon associated with the unlockable entry.
public Sprite Icon { get; set; }
Property Value
- Sprite
Rank
Rank requirement for this unlockable.
public FullRank Rank { get; set; }
Property Value
Title
Display title used in UI elements.
public string Title { get; set; }