MCPcopy Create free account
hub / github.com/antopilo/Nuake / OpenSceneWindow

Method OpenSceneWindow

Editor/Source/Editor/Windows/EditorInterface.cpp:2165–2170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2163 }
2164
2165 void EditorInterface::OpenSceneWindow(Ref<Scene> scene)
2166 {
2167 auto sceneEditor = CreateRef<SceneEditorWindow>(scene);
2168 sceneEditor->DockTo(SceneEditorDockspaceNodeID);
2169 sceneEditors.push_back(std::move(sceneEditor));
2170 }
2171
2172 void EditorInterface::OpenSceneWindow(const std::string& scenePath)
2173 {

Callers 1

DrawFileMethod · 0.80

Calls 4

parseFunction · 0.85
DockToMethod · 0.45
push_backMethod · 0.45
DeserializeMethod · 0.45

Tested by

no test coverage detected