Provide ability to override _export_end() in cpp.

This commit is contained in:
Daylily-Zeleen
2023-02-02 15:25:53 +08:00
parent 6f1a52b017
commit 5afc311783
3 changed files with 7 additions and 2 deletions

View File

@@ -222,6 +222,8 @@ void EditorExportPlugin::_export_file(const String &p_path, const String &p_type
void EditorExportPlugin::_export_begin(const HashSet<String> &p_features, bool p_debug, const String &p_path, int p_flags) {
}
void EditorExportPlugin::_export_end() {}
void EditorExportPlugin::skip() {
skipped = true;
}