|
virtual void | onAttach () override |
virtual void | onRender () override |
Shared< Text > | addText (const TextHelper &config) |
| TextManager (TextManager &other)=delete |
void | operator= (const TextManager &other)=delete |
| Layer (const std::string &name) |
| Layer (const Layer &other)=delete |
virtual void | onDetach () |
virtual void | onUpdate () |
virtual void | begin () |
virtual void | end () |
std::string | getName () const |
bool | isAttached () const |
|
std::string | m_name {"Layer"} |
bool | m_attached = false |
◆ onAttach()
void ogl::TextManager::onAttach |
( |
| ) |
|
|
overridevirtual |
◆ onRender()
void ogl::TextManager::onRender |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files:
- Opengl-Core/include/Text/TextManager.hpp
- Opengl-Core/src/Text/TextManager.cpp