Save last export path when exporting
This commit is contained in:
@ -57,6 +57,7 @@ private:
|
||||
ExportFilter export_filter;
|
||||
String include_filter;
|
||||
String exclude_filter;
|
||||
String export_path;
|
||||
|
||||
String exporter;
|
||||
Set<String> selected_files;
|
||||
@ -114,6 +115,9 @@ public:
|
||||
void set_custom_features(const String &p_custom_features);
|
||||
String get_custom_features() const;
|
||||
|
||||
void set_export_path(const String &p_path);
|
||||
String get_export_path() const;
|
||||
|
||||
const List<PropertyInfo> &get_properties() const { return properties; }
|
||||
|
||||
EditorExportPreset();
|
||||
|
||||
Reference in New Issue
Block a user