BomberUnits
...a Unity learning project
ListenerGroup Class Reference

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< ListenerheldListeners = new List<Listener>()
 

Detailed Description

Helper class to execute adding and removing on all held Listeners (Events + Callbacks).

Definition at line 22 of file Listener.cs.


The documentation for this class was generated from the following file: