SettingsItem
The base class for settings items, designed for use within a SettingsListColumn.
Constructors
- C#:
public SettingsItem(string label, string rightLabel) - Lua:
SettingsItem.New(label, rightLabel)
Properties
- Enabled (
bool): Gets or sets whether the item is enabled. - RightLabel (
string): Gets or sets the right-side label text.