仪表盘 孙鸿飞 | 2024-9-26 2:28 | 110 | 程序 55 字 | 3 分钟 using System; using UnityEngine; using UnityEngine.UI; public class TestController : MonoBehaviour { public Image imageNeedle; public Slider slider; private float currentSpeed… C#Unity