Struct progress_callback_t

Struct Documentation

struct 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() const noexcept> on_terminate

Called on loading error and termination.

unique_function<void() const noexcept> on_finish

Called on loading successful completion.