#include <MRImGuiMeasurementIndicators.h>
Classes | |
struct | Line |
Public Attributes | |
Color | borderColor = Color::transparent() |
std::optional< Line > | line |
bool | isHovered = false |
bool | isActive = false |
bool | isSelected = false |
Color MR::ImGuiMeasurementIndicators::TextParams::borderColor = Color::transparent() |
bool MR::ImGuiMeasurementIndicators::TextParams::isActive = false |
bool MR::ImGuiMeasurementIndicators::TextParams::isHovered = false |
bool MR::ImGuiMeasurementIndicators::TextParams::isSelected = false |
std::optional<Line> MR::ImGuiMeasurementIndicators::TextParams::line |