|
| virtual void | onAttach () override |
| virtual void | onDetach () override |
| virtual void | onUpdate () override |
|
void | setRunnig (const bool &run) |
|
void | setUpdateFun (std::function< void()> &&fun) |
|
| Layer (const std::string &name) |
|
| Layer (const Layer &other)=delete |
|
virtual void | onRender () |
|
virtual void | begin () |
|
virtual void | end () |
|
std::string | getName () const |
|
bool | isAttached () const |
|
|
std::string | m_name {"Layer"} |
|
bool | m_attached = false |
◆ onAttach()
| virtual void CustomLayer::onAttach |
( |
| ) |
|
|
inlineoverridevirtual |
◆ onDetach()
| virtual void CustomLayer::onDetach |
( |
| ) |
|
|
inlineoverridevirtual |
◆ onUpdate()
| virtual void CustomLayer::onUpdate |
( |
| ) |
|
|
inlineoverridevirtual |
The documentation for this class was generated from the following file:
- App/src/State/NormalViewState.cpp