Hummingbird Framework
|
Function and Data component. More...
![]() |
Classes | |
class | hb::DataComponent< T > |
A GameObject::Component for storing an instance of T into a GameObject. More... | |
class | hb::DataComponent< T * > |
(Class template specialization) A GameObject::Component for storing a pointer to an instance of T into a GameObject. More... | |
class | hb::FunctionComponent |
GameObject::Component with parametrized update function.This class allows you to set the functions that must be executed on pre-update, update, post-update and destruction of a GameObject. More... | |
Function and Data component.