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 2025-05-31 at 12:55:30 +0000