Пример #1
0
 public static void AddListener(Component com, UIEventType et, System.Action <GameObject, string> func, object userdata = null)
 {
     UIEventListener.AddListener(com, et, func, userdata);
 }