Merge pull request #75137 from nongvantinh/implement-6320
Expose 'Reimport' on right-click context menu in the FileSystem panel
This commit is contained in:
@ -102,6 +102,7 @@ protected:
|
||||
public:
|
||||
void set_edit_path(const String &p_path);
|
||||
void set_edit_multiple_paths(const Vector<String> &p_paths);
|
||||
void reimport_resources(const Vector<String> &p_paths);
|
||||
void initialize_import_options() const;
|
||||
void clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user