OpenPolygon
1.0.0
OpenPolygon is a Rendering Engine
|
The RenderEntity - contained component Entity - abstract class. More...
#include <rendercomponent.h>
Public Member Functions | |
RenderEntity (const std::string &name) | |
void | setEntity (Entity *entity) |
Entity * | getEntity (void) |
![]() | |
virtual void | create (OpenPolygonDisplay *display)=0 |
virtual void | draw (const DrawEvent &event)=0 |
Protected Attributes | |
Entity * | m_entity |
The RenderEntity - contained component Entity - abstract class.