|
hx3d
1
2D/3D Simple Game Framework
|
Reutilisable elements. Recycling is good for your memory. More...
#include <poolable.hpp>
Public Member Functions | |
| void | setId (const unsigned int id) |
| Change the poolable ID. More... | |
| unsigned int | getId () const |
| Get the poolable ID. More... | |
| virtual void | reset ()=0 |
| Reset the element. | |
Reutilisable elements. Recycling is good for your memory.
Definition at line 29 of file poolable.hpp.
| unsigned int hx3d::Poolable::getId | ( | ) | const |
| void hx3d::Poolable::setId | ( | const unsigned int | id | ) |
1.8.11