Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::submesh_component Struct Reference

#include <model_component.h>

Inheritance diagram for unravel::submesh_component:
unravel::component_crtp< submesh_component > unravel::basic_component

Public Attributes

std::vector< uint32_t > submeshes {}
 
- Public Attributes inherited from unravel::basic_component
bool eto {}
 Disable empty type optimizations.
 

Additional Inherited Members

- Public Types inherited from unravel::component_crtp< submesh_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< submesh_component >
static constexpr bool in_place_delete
 Indicates if the component can be deleted in place.
 

Detailed Description

Definition at line 214 of file model_component.h.

Member Data Documentation

◆ submeshes

std::vector<uint32_t> unravel::submesh_component::submeshes {}

Definition at line 216 of file model_component.h.


The documentation for this struct was generated from the following file: