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

Method set_main_screen_editor

editor/editor_interface.cpp:409–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407}
408
409void EditorInterface::set_main_screen_editor(const String &p_name) {
410 EditorNode::get_singleton()->get_editor_main_screen()->select_by_name(p_name);
411}
412
413void EditorInterface::set_distraction_free_mode(bool p_enter) {
414 EditorNode::get_singleton()->set_distraction_free_mode(p_enter);

Callers 3

_focus_another_editorMethod · 0.80
_focus_another_editorMethod · 0.80

Calls 2

select_by_nameMethod · 0.80

Tested by

no test coverage detected