Unravel Engine C++ Reference
|
#include <model_component.h>
Public Attributes | |
std::vector< uint32_t > | submeshes {} |
![]() | |
bool | eto {} |
Disable empty type optimizations. | |
Additional Inherited Members | |
![]() | |
using | base |
![]() | |
void | touch () |
Marks the component as 'touched'. | |
![]() | |
static constexpr bool | in_place_delete |
Indicates if the component can be deleted in place. | |
Definition at line 214 of file model_component.h.
std::vector<uint32_t> unravel::submesh_component::submeshes {} |
Definition at line 216 of file model_component.h.