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

#include <asset_storage.h>

Inheritance diagram for unravel::animation_header_info:
crtp_meta_type< animation_header_info, asset_header_info >

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
 

Detailed Description

Definition at line 159 of file asset_storage.h.

Member Data Documentation

◆ channel_count

uint32_t unravel::animation_header_info::channel_count {}

Definition at line 162 of file asset_storage.h.

◆ duration

float unravel::animation_header_info::duration {}

Definition at line 161 of file asset_storage.h.

◆ sample_rate

float unravel::animation_header_info::sample_rate {}

Definition at line 163 of file asset_storage.h.


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