Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::asset_watcher Class 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)
 

Detailed Description

Definition at line 11 of file asset_watcher.h.

Constructor & Destructor Documentation

◆ asset_watcher()

unravel::asset_watcher::asset_watcher ( )

Definition at line 716 of file asset_watcher.cpp.

◆ ~asset_watcher()

unravel::asset_watcher::~asset_watcher ( )

Definition at line 720 of file asset_watcher.cpp.

Member Function Documentation

◆ deinit()

auto unravel::asset_watcher::deinit ( rtti::context & ctx) -> bool

Definition at line 760 of file asset_watcher.cpp.

◆ init()

auto unravel::asset_watcher::init ( rtti::context & ctx) -> bool

Definition at line 748 of file asset_watcher.cpp.

◆ unwatch_assets()

void unravel::asset_watcher::unwatch_assets ( rtti::context & ctx,
const std::string & protocol )

Definition at line 791 of file asset_watcher.cpp.

◆ watch_assets()

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.


The documentation for this class was generated from the following files: