Refactor new editor boundaries and test ownership

This commit is contained in:
2026-04-19 15:52:28 +08:00
parent dc13b56cf3
commit 93f06e84ed
279 changed files with 6349 additions and 3238 deletions

View File

@@ -75,7 +75,7 @@ void EditorShellRuntime::Append(UIDrawList& drawList) const {
m_hierarchyPanel.Append(drawList);
m_inspectorPanel.Append(drawList);
m_projectPanel.Append(drawList);
m_sceneViewportController.Append(drawList);
m_sceneViewportFeature.Append(drawList);
AppendUIEditorShellComposeOverlay(
drawList,
m_shellFrame.shellFrame,