Fix : UI기본 설정 off로 설정
This commit is contained in:
parent
59d54188a4
commit
12730f12ad
@ -22,7 +22,7 @@ public class CameraInfoUI : MonoBehaviour
|
|||||||
private CameraManager cameraManager;
|
private CameraManager cameraManager;
|
||||||
private CameraControlSystem cameraControlSystem;
|
private CameraControlSystem cameraControlSystem;
|
||||||
private float lastUpdateTime;
|
private float lastUpdateTime;
|
||||||
private bool isUIVisible = true;
|
private bool isUIVisible = false;
|
||||||
private Coroutine flashCoroutine;
|
private Coroutine flashCoroutine;
|
||||||
|
|
||||||
private void Awake()
|
private void Awake()
|
||||||
@ -109,6 +109,9 @@ public class CameraInfoUI : MonoBehaviour
|
|||||||
flashRect.anchoredPosition = Vector2.zero;
|
flashRect.anchoredPosition = Vector2.zero;
|
||||||
|
|
||||||
flashPanel.SetActive(false);
|
flashPanel.SetActive(false);
|
||||||
|
|
||||||
|
// UI 기본 상태: 꺼짐
|
||||||
|
uiPanel.SetActive(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void CreateInfoText(string label, out Text textComponent, int index)
|
private void CreateInfoText(string label, out Text textComponent, int index)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user