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