10 ExportGltfCommand(
EditorState* state,
const std::string& path,
const std::string &name,
bool _exportAsGlb,
bool exportAll) :
EditorCommand(state, state->context), filePath(path), fileName(name), exportAsGlb(_exportAsGlb), exportScene(exportAll) { }