MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / notify_scene_changed

Method notify_scene_changed

editor/plugins/editor_plugin.cpp:244–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244void EditorPlugin::notify_scene_changed(const Node *scn_root) {
245 emit_signal(SNAME("scene_changed"), scn_root);
246}
247
248void EditorPlugin::notify_main_screen_changed(const String &screen_name) {
249 if (screen_name == last_main_screen_name) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected