|
Unravel Engine C++ Reference
|
Manifest data for compiled assets. More...
#include <asset_manifest.h>
Public Member Functions | |
| asset_manifest ()=default | |
| asset_manifest (const fs::path &source_path) | |
| void | compute_source_sha () |
Public Attributes | |
| fs::path | source_file_path |
| Path to the source file. | |
| fs::file_time_type::clock::time_point | source_timestamp |
| Timestamp when the asset was compiled. | |
| std::string | source_sha |
| SHA1 hash of the source file content. | |
Manifest data for compiled assets.
Definition at line 13 of file asset_manifest.h.
|
default |
|
inline |
Definition at line 26 of file asset_manifest.h.
| void unravel::asset_compiler::asset_manifest::compute_source_sha | ( | ) |
Definition at line 16 of file asset_manifest.cpp.
| fs::path unravel::asset_compiler::asset_manifest::source_file_path |
Path to the source file.
Definition at line 16 of file asset_manifest.h.
| std::string unravel::asset_compiler::asset_manifest::source_sha |
SHA1 hash of the source file content.
Definition at line 21 of file asset_manifest.h.
| fs::file_time_type::clock::time_point unravel::asset_compiler::asset_manifest::source_timestamp |
Timestamp when the asset was compiled.
Definition at line 18 of file asset_manifest.h.