| 393 | } |
| 394 | |
| 395 | void EditorData::apply_changes_in_editors() { |
| 396 | for (int i = 0; i < editor_plugins.size(); i++) { |
| 397 | editor_plugins[i]->apply_changes(); |
| 398 | } |
| 399 | } |
| 400 | |
| 401 | void EditorData::paste_object_params(Object *p_object) { |
| 402 | ERR_FAIL_NULL(p_object); |