|
Hummingbird Framework
|


Public Member Functions | |
| virtual void | preUpdate () override |
| Function executed before updating the GameObjects. | |
| virtual void | postUpdate () override |
| Function executed after updating the GameObjects. | |
Public Member Functions inherited from hb::Plugin | |
| Plugin () | |
| Class constructor. | |
| virtual | ~Plugin () |
| Class destructor. | |
| virtual void | gameStart () |
| Function executed just before entering the gameloop. | |
| virtual void | gameEnd () |
| Function executed after exiting the gameloop. | |