docs: add Editor API documentation

This commit is contained in:
2026-03-27 14:40:29 +08:00
parent 3e2608a802
commit 94c56dd279
87 changed files with 3795 additions and 2 deletions

View File

@@ -0,0 +1,26 @@
# Utils
**命名空间**: `XCEngine::Editor`
**类型**: `submodule`
**描述**: 编辑器辅助函数层,当前主要围绕场景切换确认、文件对话框和撤销相关辅助展开。
## 概述
当前 `Utils` 目录包括:
- `SceneEditorUtils.h`
- `UndoUtils.h`
这些工具函数本身不构成一个很强的对象模型,但它们支撑了:
- 场景打开/保存对话框
- 场景切换确认
- 撤销与交互式修改配合
## 相关文档
- [Editor 模块](../Editor.md)
- [Commands](../Commands/Commands.md)
- [Core](../Core/Core.md)