~TextLabel() override
Definition textLabel.cpp:29
void setText(const std::string &text)
Updates the displayed text string and regenerates mesh geometry.
Definition textLabel.cpp:33
void setColor(const glm::vec3 &color) const
Definition textLabel.cpp:38
TextLabel(const std::string &fontImagePath)
Definition textLabel.cpp:10