This commit is contained in:
2026-05-13 12:36:48 +08:00
parent 21255a701d
commit 066294e74f
11 changed files with 194 additions and 80 deletions

View File

@ -54,6 +54,13 @@ export class AppDropZone {
return this.placementWall.getZone(wallName, index);
}
/**
* 设置点击回调
*/
setOnZoneClick(callback: (zoneInfo: PlacementZoneInfo) => void): void {
this.placementWall.setOnZoneClick(callback);
}
/**
* 显示所有放置区域
*/