点击空白隐藏放置区域

This commit is contained in:
2026-05-14 12:09:10 +08:00
parent 8674efefc7
commit ce73c35b8a
6 changed files with 63 additions and 32 deletions

View File

@ -157,7 +157,10 @@ class AppRay extends Monobehiver {
this.mainApp.appSelectionOutline.clear();
this.mainApp.appPositionGizmo.detach();
this.mainApp.appDomTo3D.hideAll()
this.mainApp.appDomTo3D.hideAll();
// 隐藏放置区域
this.mainApp.appDropZone?.hide();
}
}