설비 KPI 기능 수정 및 작업 조건 분석 데이터 오류 수정

This commit is contained in:
정영민
2025-04-08 08:29:46 +09:00
parent 8683464744
commit fa09aabd1e
5 changed files with 67 additions and 30 deletions

View File

@@ -1,3 +1,4 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
@@ -24,6 +25,8 @@ namespace CHN
public Vector3 originScale;
public float verticalSpacing = 100f;
public Action<UI_MachineKPI> onClickKPI;
[Range(0.1f, 0.8f)]
public float minScale;
[Range(0.5f, 1.5f)]
@@ -87,6 +90,7 @@ namespace CHN
current_MachineKPI = machineKPI;
current_MachineKPI.Expand();
current_MachineKPI.transform.SetAsLastSibling();
onClickKPI?.Invoke(current_MachineKPI);
}
private void Update()
{