|
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 773 of file asset_watcher.cpp.
| unravel::asset_watcher::~asset_watcher | ( | ) |
Definition at line 777 of file asset_watcher.cpp.
| auto unravel::asset_watcher::deinit | ( | rtti::context & | ctx | ) | -> bool |
Definition at line 816 of file asset_watcher.cpp.
| auto unravel::asset_watcher::init | ( | rtti::context & | ctx | ) | -> bool |
Definition at line 804 of file asset_watcher.cpp.
| void unravel::asset_watcher::unwatch_assets | ( | rtti::context & | ctx, |
| const std::string & | protocol ) |
Definition at line 847 of file asset_watcher.cpp.
| void unravel::asset_watcher::watch_assets | ( | rtti::context & | ctx, |
| const std::string & | protocol, | ||
| bool | wait = false ) |
Definition at line 824 of file asset_watcher.cpp.