예제 #1
0
 public static void BindUIEvent(this GameObject go, Action <PointerEventData> action, Define.UIEvent type)
 {
     UI_Base.BindUIEvent(go, action, type);
 }