|
UGDK
0.4.1
|
#include <ugdk/action/entity.h>

Public Member Functions | |
| virtual | ~Entity () |
| virtual bool | to_be_removed () const |
| virtual void | Update (double dt)=0 |
| virtual void | OnSceneAdd (Scene *scene) |
Protected Member Functions | |
| Entity () | |
Protected Attributes | |
| bool | to_be_removed_ |
|
inlinevirtual |
|
inlineprotected |
|
inlinevirtual |
Reimplemented in ugdk::ui::Menu.
|
inlinevirtual |
|
pure virtual |
Implemented in ugdk::ui::Menu.
|
protected |