CG-Project2
Loading...
Searching...
No Matches
ogl::Layer Class Reference
Inheritance diagram for ogl::Layer:

Public Member Functions

 Layer (const std::string &name)
 Layer (const Layer &other)=delete
virtual void onAttach ()
virtual void onDetach ()
virtual void onUpdate ()
virtual void onRender ()
virtual void begin ()
virtual void end ()
std::string getName () const
bool isAttached () const

Protected Attributes

std::string m_name {"Layer"}
bool m_attached = false

Member Function Documentation

◆ onAttach()

virtual void ogl::Layer::onAttach ( )
inlinevirtual

Reimplemented in PhysicWorld.

◆ onUpdate()

virtual void ogl::Layer::onUpdate ( )
inlinevirtual

Reimplemented in PhysicWorld.


The documentation for this class was generated from the following file: