#include <manager.hpp>
|
| Manager ()=default |
|
| Manager (const std::vector< std::filesystem::path > &asset_paths, const std::optional< std::filesystem::path > &project_path={}) |
|
auto | find_asset (const std::filesystem::path &) const -> expected< std::filesystem::path > |
|
◆ Manager() [1/2]
wren::assets::Manager::Manager |
( |
| ) |
|
|
default |
◆ Manager() [2/2]
wren::assets::Manager::Manager |
( |
const std::vector< std::filesystem::path > & | asset_paths, |
|
|
const std::optional< std::filesystem::path > & | project_path = {} ) |
|
inline |
◆ find_asset()
auto wren::assets::Manager::find_asset |
( |
const std::filesystem::path & | asset_path | ) |
const -> expected<std::filesystem::path> |
◆ asset_paths_
std::vector<std::filesystem::path> wren::assets::Manager::asset_paths_ |
|
private |
◆ project_path_
std::optional<std::filesystem::path> wren::assets::Manager::project_path_ |
|
private |
The documentation for this class was generated from the following files: