Unravel Engine C++ Reference
|
Basic component structure that other components can inherit from. More...
#include <basic_component.h>
Public Member Functions | |
void | touch () |
Marks the component as 'touched'. | |
Public Attributes | |
bool | eto {} |
Disable empty type optimizations. | |
Basic component structure that other components can inherit from.
Definition at line 14 of file basic_component.h.
|
inline |
Marks the component as 'touched'.
Definition at line 22 of file basic_component.h.
bool unravel::basic_component::eto {} |
Disable empty type optimizations.
Definition at line 17 of file basic_component.h.