UI 수정

This commit is contained in:
jmaniuvc
2025-05-23 14:52:29 +09:00
parent 7f9dd3ad57
commit 0918ac3542
6 changed files with 1782 additions and 41 deletions

View File

@@ -49,8 +49,8 @@ namespace XED.UI
label.panel_Repository = this;
}
StudioService.Instance.onAPIDataLoaded += UpdateAPIDataButton;
StudioService.Instance.onMQTTDataLoaded += UpdateMQTTDataButton;
StudioService.Instance.onAPIDataLoaded += UpdateAPIDataButton;
StudioService.Instance.onMQTTDataLoaded += UpdateMQTTDataButton;
apiDataButtonPrefab = Resources.Load<UI_BaseDataButton>("Prefabs/UI/Button/UI_BaseDataButton");
mqttDataButtonPrefab = Resources.Load<UI_MQTTDataButton>("Prefabs/UI/Button/UI_MQTTDataButton");

View File

@@ -10,7 +10,7 @@ namespace XED
{
// Start is called once before the first execution of Update after the MonoBehaviour is created
private int aa;
void Start()
void Awake()
{
Constants.MQTTDomain = "220.90.135.190";
Constants.APIDomain = "220.90.135.190";

File diff suppressed because it is too large Load Diff