[정영민] 설비 겹침 정렬 기능 수정

26.03.11
설비 겹침 기능 수정
This commit is contained in:
정영민
2026-03-11 16:52:24 +09:00
parent e4b3a91321
commit 6f1c335c73
22 changed files with 620 additions and 270 deletions

View File

@@ -15,6 +15,9 @@ namespace AZTECHWB.Command
var raycaster = AZTECHSceneMain.Instance.GetManager<Raycaster>();
raycaster.SetInteractable(false);
//var building = AZTECHSceneMain.Instance.building;
//building.ActiveRoof(true);
var machineStatusItemManager = AZTECHSceneMain.Instance.GetManager<MachineStatusItemManager>();
machineStatusItemManager.SetActiveIcons(false);
machineStatusItemManager.SetInteractableIcons(true);