Exemple #1
0
 public void RemoveUIEventListener(string obj_name, eUIEventType type, UIEventListener.EventDelegate callBack)
 {
     RemoveUIEventListener(GameObjectUtils.GetChildWithName(obj_name, transform).gameObject, type, callBack);
 }