摘要: using System.Collections.Generic; using UnityEngine; using UnityEngine.EventSystems; public class Script_05_09 : MonoBehaviour, IPointerClickHandler, 阅读全文
posted @ 2022-02-22 15:35 小帆敲代码 阅读(37) 评论(0) 推荐(0) 编辑
摘要: using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Events; using UnityEngine.EventSystems; public class 阅读全文
posted @ 2022-02-22 14:38 小帆敲代码 阅读(24) 评论(0) 推荐(0) 编辑
摘要: using UnityEngine; using UnityEngine.EventSystems; public class Script_05_06 : MonoBehaviour,IPointerClickHandler { #region IPointerClickHandler imple 阅读全文
posted @ 2022-02-22 13:53 小帆敲代码 阅读(135) 评论(0) 推荐(0) 编辑
摘要: Toggle 设置Toggle Group可以将多个Toggle放在一个组中。 using UnityEngine; using UnityEngine.UI; public class Script_05_01 : MonoBehaviour { public Toggle[] toggles; 阅读全文
posted @ 2022-02-22 11:42 小帆敲代码 阅读(53) 评论(0) 推荐(0) 编辑