Add _resource_changed() helper method to EditorResourcePicker

This commit is contained in:
kobewi
2024-08-31 13:00:43 +02:00
parent 3576e840c7
commit 4a747bdef9
2 changed files with 14 additions and 17 deletions

View File

@ -86,6 +86,7 @@ class EditorResourcePicker : public HBoxContainer {
void _update_resource_preview(const String &p_path, const Ref<Texture2D> &p_preview, const Ref<Texture2D> &p_small_preview, ObjectID p_obj);
void _resource_selected();
void _resource_changed();
void _file_selected(const String &p_path);
void _resource_saved(Object *p_resource);