Interface for objects that can be updated by the ECS engine when it ticks. More...
#include <Updateable.h>
Public Member Functions | |
| virtual void | update (ECSEngine &engine)=0 |
| Virtual update method. More... | |
Interface for objects that can be updated by the ECS engine when it ticks.
Objects which derive from Updateable will need to implement the update method, which will be called by the update method in the ECS engine.
|
pure virtual |
1.8.6