Skip to content

ThemeVariable

#include "GUI/Theme/ThemeVariable.h"

Public Attributes

Name
const char *description
const char *format
ThemeVariableKeykey
const char *name
std::optional< ImVec2 >range
floatspeed

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