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

Method get_editor_theme

editor/editor_interface.cpp:384–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

_notificationMethod · 0.45
EditorDebuggerNodeMethod · 0.45
_add_debuggerMethod · 0.45
_notificationMethod · 0.45
generateMethod · 0.45
_update_previewMethod · 0.45
_error_handlerMethod · 0.45
_gui_input_selectMethod · 0.45
Skeleton2DEditorMethod · 0.45
draw_selection_rectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected