【UGUI】Unity的UGUI實現Button按鈕長按狀態的判斷

using UnityEngine; using UnityEngine.EventSystems; using System.Collections; /// <summary> /// 腳本位置:UGUI按鈕組件身上 /// 腳本功能:實現按鈕長按狀態的判斷 /// 建立時間:2015年11月17日 /// </summary> // 繼承:按下,擡起和離開的三個接口 public clas
相關文章
相關標籤/搜索