using DG.Tweening; using OfficeOpenXml.FormulaParsing.Excel.Functions.Logical; using SK.Framework; using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using XCharts.Runtime; /// /// 设备模拟界面,用于展示设备运行工况参数、高能耗场景参数和改造方案参数,并提供参数输入功能。 /// public class EquipmentSimulationView : UIView { public Variables variables; //设备模型 private List devices = new List(); //设备运行工况参数面板 private List equipmentRuningInfo = new List(); //设备高能耗场景参数面板 private List equipmentUsingInfo = new List(); //设备改造方案参数面板 private List equipmentRepareInfo = new List(); //参数面板 private List parameterInfo = new List(); //空调参数输入框 private List inputFields_ac = new List(); //水泵参数输入框 private List inputFields_pump = new List(); //空压机参数输入框 private List inputFields_acp = new List(); private string repare_ac_name = ""; private string repare_pump_name = ""; private string repare_acp_name = ""; public List