| 382 | // Editor GUI. |
| 383 | |
| 384 | Ref<Theme> EditorInterface::get_editor_theme() const { |
| 385 | return EditorNode::get_singleton()->get_editor_theme(); |
| 386 | } |
| 387 | |
| 388 | Control *EditorInterface::get_base_control() const { |
| 389 | return EditorNode::get_singleton()->get_gui_base(); |
no outgoing calls
no test coverage detected