UI 수정
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user