Unravel Engine C++ Reference
|
#include <asset_watcher.h>
Public Member Functions | |
asset_watcher () | |
~asset_watcher () | |
auto | init (rtti::context &ctx) -> bool |
auto | deinit (rtti::context &ctx) -> bool |
void | watch_assets (rtti::context &ctx, const std::string &protocol, bool wait=false) |
void | unwatch_assets (rtti::context &ctx, const std::string &protocol) |
Definition at line 11 of file asset_watcher.h.
unravel::asset_watcher::asset_watcher | ( | ) |
Definition at line 716 of file asset_watcher.cpp.
unravel::asset_watcher::~asset_watcher | ( | ) |
Definition at line 720 of file asset_watcher.cpp.
auto unravel::asset_watcher::deinit | ( | rtti::context & | ctx | ) | -> bool |
Definition at line 760 of file asset_watcher.cpp.
auto unravel::asset_watcher::init | ( | rtti::context & | ctx | ) | -> bool |
Definition at line 748 of file asset_watcher.cpp.
void unravel::asset_watcher::unwatch_assets | ( | rtti::context & | ctx, |
const std::string & | protocol ) |
Definition at line 791 of file asset_watcher.cpp.
void unravel::asset_watcher::watch_assets | ( | rtti::context & | ctx, |
const std::string & | protocol, | ||
bool | wait = false ) |
Definition at line 768 of file asset_watcher.cpp.