NGUI UIButton动态绑定事件

// 第一种方式 this  void Start()orm     {事件        UIButton button = transform.Find("Button").GetComponent<UIButton>();         EventDelegate Env = new EventDelegate(this, "OnClick");         button.onClic
相关文章
相关标签/搜索