![]() |
BomberUnits
...a Unity learning project
|
Helper class to execute adding and removing on all held Listeners (Events + Callbacks). More...
Collaboration diagram for ListenerGroup:Public Member Functions | |
| Listener | Add (UnityEvent evt, UnityAction act) |
| void | Add (Listener listener) |
| void | ActivateAll () |
| void | DeactivateAll () |
Private Attributes | |
| List< Listener > | heldListeners = new List<Listener>() |
Helper class to execute adding and removing on all held Listeners (Events + Callbacks).
Definition at line 22 of file Listener.cs.