fix:1
This commit is contained in:
@@ -55,7 +55,7 @@ public class SceneUtil : ActionBase
|
||||
// 初始化 GNSS 相关列表(12个设备)
|
||||
InitializeIconAndCameraLists("GNSS", "GNSS视角", AppCache.iconPointList01, AppCache.iconCameraList01,
|
||||
new string[] { "ys_2026020450" },
|
||||
new string[] { "边坡-GNSS" },
|
||||
new string[] { "GNSS" },
|
||||
new string[] { "" });
|
||||
|
||||
// 初始化环境量监测相关列表(1个设备)
|
||||
@@ -67,18 +67,18 @@ public class SceneUtil : ActionBase
|
||||
// 初始化测缝针监测相关列表(9个设备)
|
||||
InitializeIconAndCameraLists("雨量监测", "雨量监测视角", AppCache.iconPointList03, AppCache.iconCameraList03,
|
||||
new string[] { "ys_2026020454" },
|
||||
new string[] { "雨量计" },
|
||||
new string[] { "气象站" },
|
||||
new string[] { "" });
|
||||
|
||||
// 初始化加速度振动监测相关列表(6个设备)
|
||||
InitializeIconAndCameraLists("渗压计监测", "渗压计监测视角", AppCache.iconPointList04, AppCache.iconCameraList04,
|
||||
new string[] { "ys_2026020453" },
|
||||
new string[] { "渗压计" },
|
||||
new string[] { ""});
|
||||
new string[] { "" });
|
||||
InitializeIconAndCameraLists("位移监测", "位移监测视角", AppCache.iconPointList05, AppCache.iconCameraList05,
|
||||
new string[] { "ys_2026020451" },
|
||||
new string[] { "位移计" },
|
||||
new string[] { ""});
|
||||
new string[] { "" });
|
||||
gameObject.SetActive(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user