Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ get_theme_icon
Method
get_theme_icon
editor/script/text_editor.cpp:99–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
Ref<Texture2D> TextEditor::get_theme_icon() {
100
return EditorNode::get_singleton()->get_object_icon(edited_res.ptr(),
"TextFile"
);
101
}
102
103
Ref<Resource> TextEditor::get_edited_resource() const {
104
return edited_res;
Callers
7
_go_to_tab
Method · 0.45
_update_script_names
Method · 0.45
get_drag_data_fw
Method · 0.45
initialize_section_theme
Method · 0.45
_update_list
Method · 0.45
_fill_owners
Method · 0.45
_fill_tree
Method · 0.45
Calls
2
get_object_icon
Method · 0.80
ptr
Method · 0.45
Tested by
1
initialize_section_theme
Method · 0.36