摘要: 最终效果,左侧为ugui的,右侧为自己实现的 using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class MyText : Graphic { public Font m_Font; 阅读全文
posted @ 2023-06-30 01:46 yanghui01 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 效果,左侧为ugui的,右侧为自己实现的 using UnityEngine; using UnityEngine.UI; public class MyText : Graphic { public Font m_Font; public string m_Text = ""; public in 阅读全文
posted @ 2023-06-30 01:08 yanghui01 阅读(45) 评论(0) 推荐(0) 编辑