mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
[Editor] Add EditorPlugin::scene_saved signal
Matches the `EditorNode` one for parity with the exposed `resource_saved` signal
This commit is contained in:
parent
0bcc0e92b3
commit
97b469c46d
6 changed files with 22 additions and 2 deletions
|
|
@ -236,6 +236,7 @@ public:
|
|||
Dictionary restore_edited_scene_state(EditorSelection *p_selection, EditorSelectionHistory *p_history);
|
||||
void notify_edited_scene_changed();
|
||||
void notify_resource_saved(const Ref<Resource> &p_resource);
|
||||
void notify_scene_saved(const String &p_path);
|
||||
|
||||
bool script_class_is_parent(const String &p_class, const String &p_inherits);
|
||||
StringName script_class_get_base(const String &p_class) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue