|
Unravel Engine C++ Reference
|
#include <asset_storage.h>
Public Attributes | |
| float | duration {} |
| uint32_t | channel_count {} |
| float | sample_rate {} |
Additional Inherited Members | |
Public Member Functions inherited from crtp_meta_type< animation_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< animation_header_info, asset_header_info > | |
| static auto | get_static_meta_type () -> entt::meta_type |
Definition at line 159 of file asset_storage.h.
| uint32_t unravel::animation_header_info::channel_count {} |
Definition at line 162 of file asset_storage.h.
| float unravel::animation_header_info::duration {} |
Definition at line 161 of file asset_storage.h.
| float unravel::animation_header_info::sample_rate {} |
Definition at line 163 of file asset_storage.h.