This commit is contained in:
wsh
2025-05-27 15:34:26 +09:00
parent 1b3e9212fe
commit 7a70032f1d
3 changed files with 9 additions and 9 deletions

View File

@@ -241,13 +241,14 @@ MonoBehaviour:
m_GameObject: {fileID: 1329990658003581341}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 10071fcfca7c256488c4fcad74083bf1, type: 3}
m_Script: {fileID: 11500000, guid: df9a6cee75f6b39419cfddfb2e07c35f, type: 3}
m_Name:
m_EditorClassIdentifier:
loadMQTTData:
domain:
port:
dataList: []
Item_Domain: {fileID: 0}
Item_Port: {fileID: 0}
scrollView_TopicResults: {fileID: 0}
prf_MQTTTestResultItem: {fileID: 0}
button_Close: {fileID: 0}
--- !u!1 &1699346903181681505
GameObject:
m_ObjectHideFlags: 0
@@ -1748,7 +1749,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 1}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: -0.0000062029276, y: 0.000017731969}
m_AnchoredPosition: {x: -0.0000062029276, y: 0.000031017433}
m_SizeDelta: {x: 0, y: 300}
m_Pivot: {x: 0, y: 1}
--- !u!114 &3191639708568242626
@@ -1898,7 +1899,7 @@ MonoBehaviour:
m_HandleRect: {fileID: 1430131615122052721}
m_Direction: 2
m_Value: 0
m_Size: 0.9990383
m_Size: 0.9993822
m_NumberOfSteps: 0
m_OnValueChanged:
m_PersistentCalls:

View File

@@ -2292,7 +2292,6 @@ MonoBehaviour:
panel_thumbnail: {fileID: 0}
panel_objectdistance: {fileID: 0}
panel_apiconnectmodal: {fileID: 0}
panel_mqttconnectmodal: {fileID: 0}
panel_datafiltersetting: {fileID: 0}
panel_multilingualsettingmodal: {fileID: 0}
panel_loggingmodal: {fileID: 0}

View File

@@ -3,6 +3,6 @@ namespace Studio.Manage
public class ResourceURL
{
public readonly static string materialPath = "Materials";
internal static string mqttTestResultItem = "Prefabs/UI/Item_TopicResult";
internal static string mqttTestResultItem = "Prefabs/UI/UI_MQTTTestResultItem";
}
}