|
Unravel Engine C++ Reference
|
#include <transform_component.h>
Additional Inherited Members | |
Public Types inherited from unravel::component_crtp< root_component > | |
| using | base |
Public Member Functions inherited from unravel::basic_component | |
| void | touch () |
| Marks the component as 'touched'. | |
Public Attributes inherited from unravel::basic_component | |
| bool | eto {} |
| Disable empty type optimizations. | |
Static Public Attributes inherited from unravel::component_crtp< root_component > | |
| static constexpr bool | in_place_delete |
| Indicates if the component can be deleted in place. | |
Definition at line 47 of file transform_component.h.