GameObject Downbg = UIManager.Instance.GetGameObject(“Downbg”);
Downbg.GetComponent().color = Color.red;
自己的C#框架之第5篇____补充之Image颜色的改变
最新推荐文章于 2025-06-20 10:42:43 发布
GameObject Downbg = UIManager.Instance.GetGameObject(“Downbg”);
Downbg.GetComponent().color = Color.red;