Refactor new editor scene viewport tools

This commit is contained in:
2026-04-18 18:55:19 +08:00
parent b8e84001fa
commit f544b2792b
17 changed files with 3414 additions and 14 deletions

View File

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