Unravel Engine C++ Reference
|
#include <asset_storage.h>
Classes | |
struct | animations_meta |
struct | materials_meta |
struct | model_meta |
struct | rig_meta |
Public Attributes | |
struct unravel::mesh_importer_meta::model_meta | model |
struct unravel::mesh_importer_meta::rig_meta | rig |
struct unravel::mesh_importer_meta::animations_meta | animations |
struct unravel::mesh_importer_meta::materials_meta | materials |
Additional Inherited Members | |
![]() | |
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 auto | get_static_meta_type () -> entt::meta_type |
Definition at line 71 of file asset_storage.h.
struct unravel::mesh_importer_meta::animations_meta unravel::mesh_importer_meta::animations |
struct unravel::mesh_importer_meta::materials_meta unravel::mesh_importer_meta::materials |
struct unravel::mesh_importer_meta::model_meta unravel::mesh_importer_meta::model |
struct unravel::mesh_importer_meta::rig_meta unravel::mesh_importer_meta::rig |