Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ edit
Method
edit
editor/plugins/editor_plugin.cpp:345–347 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
343
}
344
345
void EditorPlugin::edit(Object *p_object) {
346
GDVIRTUAL_CALL(_edit, p_object);
347
}
348
349
bool EditorPlugin::handles(Object *p_object) const {
350
bool success = false;
Callers
11
stop
Method · 0.45
_stack_dump_frame_selected
Method · 0.45
_notification
Method · 0.45
initialize_import_options
Method · 0.45
_file_option
Method · 0.45
fix_dependencies
Method · 0.45
_inspect_hovered_node
Method · 0.45
_script_created
Method · 0.45
_force_update_current_preset_parameters
Method · 0.45
_edit_preset
Method · 0.45
ProjectExportDialog
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected