Added EditorPlugin 'resource_saved' signal

This commit is contained in:
Will Nations
2018-01-12 15:43:29 -06:00
parent 920715b97d
commit 80595ba92b
5 changed files with 16 additions and 0 deletions

View File

@@ -203,6 +203,7 @@ public:
void save_edited_scene_state(EditorSelection *p_selection, EditorHistory *p_history, const Dictionary &p_custom);
Dictionary restore_edited_scene_state(EditorSelection *p_selection, EditorHistory *p_history);
void notify_edited_scene_changed();
void notify_resource_saved(const Ref<Resource> &p_resource);
EditorData();
};