Files
VFSUnity/Doc/WebGLBuildSever/node_modules/math-intrinsics/isNegativeZero.d.ts
T
yangbear 0a1fce450c fix: 清理AI遗留代码,修复场景配置
- 删除三套旧菜单系统 (MainMenu.cs, MainMenuUI.cs, ModeSelectionUI.cs)
- Ground 添加 BoxCollider 并设置 tag 为 Ground
- UIManager.OnReturnClicked 改为通过 PageController 返回首页
- PageController 增加 ReturnToHome 方法,管理 BtnFixationBack 可见性
- 清理废弃场景 Experiment.unity / ModeSelection.unity 及历史截图
2026-06-25 04:37:45 +08:00

3 lines
79 B
TypeScript

declare function isNegativeZero(x: unknown): boolean;
export = isNegativeZero;