docs: sync api and planning docs

This commit is contained in:
2026-04-08 16:07:03 +08:00
parent 08c3278e10
commit 31756847ab
1826 changed files with 44502 additions and 29645 deletions

View File

@@ -0,0 +1,20 @@
# Scene View Interaction Model
这个页面保留为兼容入口,避免旧链接失效。
当前 Scene View 交互模型的 canonical 说明已经统一到:
- [SceneView Interaction And Gizmo Model](SceneView-Interaction-And-Gizmo-Model.md)
建议直接阅读新页面,它已经把以下内容收口到同一份说明里:
- `Pivot / Center`
- `Global / Local`
- 主对象与多选 pivot 规则
- overlay / scene icon / object-id 的命中优先级
- editor overlay、gizmo overlay state 与 HUD overlay 的分层
## 相关文档
- [SceneView Interaction And Gizmo Model](SceneView-Interaction-And-Gizmo-Model.md)
- [SceneViewPanel](../../XCEngine/Editor/panels/SceneViewPanel/SceneViewPanel.md)