10#include "UIElement.hpp"
37 UILabel(std::string name, std::string text);
Base class for UI elements.
Definition UIElement.hpp:24
A Label associated with a scene.
Definition UILabel.hpp:23
void SetText(std::string text)
Updates the text of the label.
Definition UILabel.cpp:21
void Init() override
Override of UIElement::Init(). Nothing important.
Definition UILabel.cpp:16