Skip to content

Settings Loader

Viktor Verebelyi edited this page Oct 4, 2021 · 1 revision

The settings loader is used throughout HUD to generate uniform forms from a JSON file.

Each item has a couple of basic properties and properties unique to the item. The basic properties are:

var value : ""

string name : ""
string label : title.text
string description : subtitle.text
alias iconImage : itemIcon.iconImage
bool enableIcon: true
Clone this wiki locally