Struct bootstrap_progress_callback_t

Struct Documentation

struct bootstrap_progress_callback_t

Callbacks that will be called with scene loading progress updates.

Public Members

unique_function<void(f_t) const noexcept> scene_loading_progress_update

Progress of scene loading update callback.

unique_function<void(f_t) const noexcept> resources_loading_progress_update

Progress of resources loading update callback.

unique_function<void(f_t) const noexcept> ads_progress_update

Progress of ADS construction update callback.

unique_function<void(std::string) const noexcept> ads_construction_status_update

ADS construction callback: provides a description of latest construction status.

unique_function<void() const noexcept> on_finish

Called on loading successful completion.