Align editor runtime scene handoff

This commit is contained in:
2026-04-29 04:05:54 +08:00
parent 2fde2f16c2
commit 595d39c4c3
32 changed files with 996 additions and 52 deletions

View File

@@ -60,7 +60,6 @@ public:
bool NavigateToFolder(std::string_view itemId);
bool OpenItem(std::string_view itemId);
std::optional<std::filesystem::path> ConsumePendingSceneOpenPath();
const ProjectBrowserModel::FolderEntry* FindFolderEntry(
std::string_view itemId) const;
@@ -115,7 +114,6 @@ private:
ProjectBrowserModel m_browserModel = {};
EditorSelectionService m_ownedSelectionService = {};
EditorSelectionService* m_selectionService = &m_ownedSelectionService;
std::optional<std::filesystem::path> m_pendingSceneOpenPath = std::nullopt;
};
} // namespace XCEngine::UI::Editor::App