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

Method edit_resource

editor/editor_node.cpp:1576–1578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1574}
1575
1576void EditorNode::edit_resource(const Ref<Resource> &p_resource) {
1577 InspectorDock::get_singleton()->edit_resource(p_resource);
1578}
1579
1580void EditorNode::save_resource_in_path(const Ref<Resource> &p_resource, const String &p_path) {
1581 editor_data.apply_changes_in_editors();

Callers 1

load_resourceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected