| 255 | } |
| 256 | |
| 257 | void EditorPlugin::notify_scene_closed(const String &scene_filepath) { |
| 258 | emit_signal(SNAME("scene_closed"), scene_filepath); |
| 259 | } |
| 260 | |
| 261 | void EditorPlugin::notify_resource_saved(const Ref<Resource> &p_resource) { |
| 262 | emit_signal(SNAME("resource_saved"), p_resource); |