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

Method hide_bottom_panel

editor/plugins/editor_plugin.cpp:545–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

543}
544
545void EditorPlugin::hide_bottom_panel() {
546 EditorNode::get_bottom_panel()->hide_bottom_panel();
547}
548
549EditorInterface *EditorPlugin::get_editor_interface() {
550 return EditorInterface::get_singleton();

Callers 14

make_visibleMethod · 0.45
_node_removedMethod · 0.45
_pinnedMethod · 0.45
make_visibleMethod · 0.45
_project_run_stoppedMethod · 0.45
make_visibleMethod · 0.45
make_visibleMethod · 0.45
_notificationMethod · 0.45
make_visibleMethod · 0.45
hide_editorMethod · 0.45
make_visibleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected