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

Method set_plugin_window_layout

editor/editor_data.cpp:964–968  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

962}
963
964void EditorData::set_plugin_window_layout(Ref<ConfigFile> p_layout) {
965 for (int i = 0; i < editor_plugins.size(); i++) {
966 editor_plugins[i]->set_window_layout(p_layout);
967 }
968}
969
970void EditorData::get_plugin_window_layout(Ref<ConfigFile> p_layout) {
971 for (int i = 0; i < editor_plugins.size(); i++) {

Callers 1

_load_editor_layoutMethod · 0.80

Calls 2

sizeMethod · 0.65
set_window_layoutMethod · 0.45

Tested by

no test coverage detected