editor: explicit runtime path contract

This commit is contained in:
2026-04-28 14:49:41 +08:00
parent 0e506f21ec
commit cd166037bf
38 changed files with 210 additions and 129 deletions

View File

@@ -3,6 +3,7 @@
#include "EditorWindowHostTypes.h"
#include "EditorWindowPointerCapture.h"
#include "EditorWindowRenderRuntime.h"
#include "Environment/EditorRuntimePaths.h"
#include "Windowing/EditorWindowGeometry.h"
#include "Windowing/EditorWindowTransferRequests.h"
#include "Windowing/EditorWindowTypes.h"
@@ -12,7 +13,6 @@
#include <XCEditor/Windowing/Presentation/EditorWorkspaceWindowProjection.h>
#include <XCEngine/UI/Types.h>
#include <filesystem>
#include <cstdint>
#include <memory>
#include <optional>
@@ -40,8 +40,7 @@ class EditorWindowInputFeedbackBinding;
class EditorWindowTitleBarBinding;
struct EditorHostWindowRuntimeInitializationParams {
std::filesystem::path repoRoot = {};
std::filesystem::path captureRoot = {};
EditorRuntimePaths runtimePaths = {};
bool autoCaptureOnStartup = false;
};