This repository has been archived on 2026-01-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Frontec/Assets/Scripts/SJM/UI_Wall.cs
jmaniuvc 2936c48466 Frontec
2025-02-24 12:12:52 +09:00

19 lines
304 B
C#

using UnityEngine;
using UnityEngine.UI;
public class UI_Wall : MonoBehaviour
{
public M2Mqtt mqtt;
public Text log;
/*
private void Update()
{
//log = mqtt.log[5];
for(int i = 0; i < 20; i++)
{
print(mqtt.info[0].value);
}
}
*/
}