feat(ui): 添加录制工具面板

新增 RecordingToolPanel,按 Ctrl+R 唤出侧边栏,可独立控制光标、
版本号、Top Bar 与对话视觉的显隐。移除旧的
UIEventEnum.RecordingModeChanged 事件,改为各子系统提供显式
SetVisible API。在 Persistence 场景中配置面板层级与四个开关。
This commit is contained in:
2026-07-15 16:51:55 +08:00
parent b14599d18c
commit 91ffbeb130
9 changed files with 1737 additions and 138 deletions
-5
View File
@@ -98,9 +98,4 @@ namespace AibisDream
PauseMenuAmbEnter,
PauseMenuAmbExit,
}
public enum UIEventEnum
{
RecordingModeChanged
}
}