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