docs: add Editor API documentation
This commit is contained in:
26
docs/api/XCEngine/Editor/Utils/Utils.md
Normal file
26
docs/api/XCEngine/Editor/Utils/Utils.md
Normal 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)
|
||||
Reference in New Issue
Block a user