[정영민] 아이콘 비활성화 시작 변경 맟 설비 아이콘 오류 수정
26.02.09 - 아이콘 비활성화 시작 변경 - 설비 아이콘 오류 수정
This commit is contained in:
@@ -26,7 +26,7 @@ namespace ChunilENG.Management
|
||||
public Action<Machine> onClickKPIToMachine;
|
||||
|
||||
public float defaultNameHeight = 2f;
|
||||
private bool activeIconEnable = true;
|
||||
private bool activeIconEnable;
|
||||
[Header("Scale Settings")]
|
||||
[Range(0.1f, 1.5f)] public float minScale;
|
||||
[Range(0.5f, 3f)] public float maxScale;
|
||||
|
||||
@@ -97,7 +97,7 @@ namespace ChunilENG.UI
|
||||
"화면을 녹화합니다.");
|
||||
|
||||
// 내/외벽 활성화/비활성화
|
||||
toolbarModel.AddToggleButton("button_wall_control", false,
|
||||
toolbarModel.AddToggleButton("button_wall_control", true,
|
||||
"Prefabs/UI/Toolbar/images/IMG_WallControl_on",
|
||||
"Prefabs/UI/Toolbar/images/IMG_WallControl_off",
|
||||
(isSelected) =>
|
||||
|
||||
@@ -188,8 +188,7 @@ namespace ChunilENG.UI
|
||||
|
||||
public void OnPointerExit(PointerEventData eventData)
|
||||
{
|
||||
var controller = OctopusTwinAppMain.Instance.cameraController;
|
||||
if (isExpand && !controller.IsCameraOperating)
|
||||
if (isExpand)
|
||||
{
|
||||
Default_KPI.gameObject.SetActive(true);
|
||||
Expand_KPI.gameObject.SetActive(false);
|
||||
|
||||
Reference in New Issue
Block a user