설비 KPI 기능 수정 및 작업 조건 분석 데이터 오류 수정
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user