コード例 #1
0
 public static void remove_deactivate(EventDispatcher that, Action<Event> value)
 {
     CommonExtensions.RemoveDelegate(that, value, Event.DEACTIVATE);
 }
コード例 #2
0
 public static void add_activate(EventDispatcher that, Action<Event> value)
 {
     CommonExtensions.CombineDelegate(that, value, Event.ACTIVATE);
 }