UGUI button加監聽方法、帶參數與不帶參數

public void AddButtonListener(UnityAction action)     {         if (action!=null)         {             Button btn = transform.GetComponent<Button>();             btn.onClick.AddListener(action);    
相關文章
相關標籤/搜索