|
Unravel Engine C++ Reference
|
#include <asset_storage.h>
Public Attributes | |
| uint32_t | vertex_count {} |
| uint32_t | index_count {} |
| uint32_t | submesh_count {} |
| uint32_t | lod_count {} |
Additional Inherited Members | |
Public Member Functions inherited from crtp_meta_type< mesh_header_info, asset_header_info > | |
| virtual auto | get_meta_type () const -> entt::meta_type |
| auto | is () const -> bool |
| auto | is (const entt::meta_type &type) const -> bool |
| virtual auto | as_derived () -> entt::meta_any |
Static Public Member Functions inherited from crtp_meta_type< mesh_header_info, asset_header_info > | |
| static auto | get_static_meta_type () -> entt::meta_type |
Definition at line 151 of file asset_storage.h.
| uint32_t unravel::mesh_header_info::index_count {} |
Definition at line 154 of file asset_storage.h.
| uint32_t unravel::mesh_header_info::lod_count {} |
Definition at line 156 of file asset_storage.h.
| uint32_t unravel::mesh_header_info::submesh_count {} |
Definition at line 155 of file asset_storage.h.
| uint32_t unravel::mesh_header_info::vertex_count {} |
Definition at line 153 of file asset_storage.h.