Unravel Engine C++ Reference
|
#include <asset_storage.h>
Public Member Functions | |
virtual | ~asset_importer_meta ()=default |
![]() | |
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 |
Additional Inherited Members | |
![]() | |
static auto | get_static_meta_type () -> entt::meta_type |
Definition at line 19 of file asset_storage.h.
|
virtualdefault |