class UIRadioButton
File location: framework/cauldron/framework/inc/core/uimanager.h
Construction
Return type |
Description |
---|---|
UIRadioButton ( uint64_t id, const char* text, const bool& enable, bool shown = true, bool sameLine = false )
Constructor. Creates the UI radio button.
|
Methods
Return type |
Description |
---|---|
void |
BuildUI ()
Build the UI in each UI backend.
|
Detailed description
Construction
UIRadioButton
Constructor. Creates the UI radio button.
Methods
BuildUI
Build the UI in each UI backend.