-
Notifications
You must be signed in to change notification settings - Fork 65
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