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

Base class for per-type asset header information. More...

#include <asset_storage.h>

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

Public Member Functions

virtual ~asset_header_info ()=default
 
- Public Member Functions inherited from crtp_meta_type< 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
 

Public Attributes

size_t file_size {}
 

Additional Inherited Members

- Static Public Member Functions inherited from crtp_meta_type< asset_header_info >
static auto get_static_meta_type () -> entt::meta_type
 

Detailed Description

Base class for per-type asset header information.

Definition at line 135 of file asset_storage.h.

Constructor & Destructor Documentation

◆ ~asset_header_info()

virtual unravel::asset_header_info::~asset_header_info ( )
virtualdefault

Member Data Documentation

◆ file_size

size_t unravel::asset_header_info::file_size {}

Definition at line 138 of file asset_storage.h.


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