8using FilesLoadedCallback = std::function<void(
const std::vector<std::shared_ptr<Object>>& objs,
const std::string& errors,
const std::string& warnings )>;
Definition MRCameraOrientationPlugin.h:8
std::function< void(const std::vector< std::shared_ptr< Object > > &objs, const std::string &errors, const std::string &warnings)> FilesLoadedCallback
Definition MRFileLoadOptions.h:8
Definition MRFileLoadOptions.h:11
FilesLoadedCallback loadedCallback
Definition MRFileLoadOptions.h:27
ReplaceMode
Definition MRFileLoadOptions.h:16
@ ContructionBased
replace current scene if new one was loaded from single scene file
ReplaceMode replaceMode
Determines how to deal with current scene after loading new one.
Definition MRFileLoadOptions.h:23
const char * undoPrefix
first part of undo name
Definition MRFileLoadOptions.h:13