A simple interface for all the graphic objects that are supposed to be drawn.
More...
#include <GraphicsObject.h>
A simple interface for all the graphic objects that are supposed to be drawn.
◆ ~GraphicsObject()
| virtual GraphicsObject::~GraphicsObject |
( |
| ) |
|
|
virtualdefault |
◆ draw()
| virtual void GraphicsObject::draw |
( |
uint32_t |
time | ) |
|
|
pure virtual |
◆ isVisible()
| bool GraphicsObject::isVisible |
( |
| ) |
const |
|
inline |
◆ setVisibility()
| void GraphicsObject::setVisibility |
( |
bool |
visible | ) |
|
|
inline |
The documentation for this class was generated from the following file: