| 543 | } |
| 544 | |
| 545 | void EditorPlugin::hide_bottom_panel() { |
| 546 | EditorNode::get_bottom_panel()->hide_bottom_panel(); |
| 547 | } |
| 548 | |
| 549 | EditorInterface *EditorPlugin::get_editor_interface() { |
| 550 | return EditorInterface::get_singleton(); |
no outgoing calls
no test coverage detected