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

Method apply_changes_in_editors

editor/editor_data.cpp:395–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

save_resource_in_pathMethod · 0.80
_save_sceneMethod · 0.80
reload_sceneMethod · 0.80
_menu_option_confirmMethod · 0.80

Calls 2

sizeMethod · 0.65
apply_changesMethod · 0.45

Tested by 1

_menu_option_confirmMethod · 0.64