Enum SettingType
- Namespace
- MCM.Abstractions
- Assembly
- MCMv5.dll
Defines the different types of settings that can be used.
public enum SettingType
Fields
Bool = 0
A boolean setting with true/false values.
Button = 5
A button that can trigger some action.
Dropdown = 4
A dropdown list setting.
Float = 2
A floating point number setting.
Int = 1
An integer number setting.
NONE = -1
A default value indicating no setting type.
String = 3
A text string setting.