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