ThemeVariable
#include "GUI/Theme/ThemeVariable.h"
Public Attributes
| Name | |
|---|---|
| const char * | description |
| const char * | format |
| ThemeVariableKey | key |
| const char * | name |
| std::optional< ImVec2 > | range |
| float | speed |
Public Attributes Documentation
variable description
cpp
const char * description = nullptr;const char * description = nullptr;variable format
cpp
const char * format;const char * format;variable key
cpp
ThemeVariableKey key;ThemeVariableKey key;variable name
cpp
const char * name = nullptr;const char * name = nullptr;variable range
cpp
std::optional< ImVec2 > range;std::optional< ImVec2 > range;variable speed
cpp
float speed;float speed;Updated on 2026-05-21 at 15:39:35 +0000