#include <MRUIStyle.h>
Public Member Functions | |
| CheckboxOrModifierState () | |
| CheckboxOrModifierState (bool baseValue) | |
| operator bool () const | |
Public Attributes | |
| bool | baseValue = false |
| The persistent value of this setting, as set by the user by clicking the checkbox. | |
| bool | modifierHeld = false |
| Whether the setting is currently inverted because the modifier is held. | |