Table of Contents

Class Unlockable

Namespace
S1API.Leveling
Assembly
S1API.dll

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

rank FullRank

Rank+tier requirement.

title string

Display title shown in UI.

icon Sprite

Display 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

FullRank

Title

Display title used in UI elements.

public string Title { get; set; }

Property Value

string