JUtils
A unity utilities library
|
Public Member Functions | |
void | AddListener (Action listener) |
void | RemoveListener (Action listener) |
![]() | |
void | AddListener (Action< TArgument > listener) |
Add a listener to the internal eventListener of this class More... | |
void | RemoveListener (Action< TArgument > listener) |
Remove a listener to the internal eventListener of this class More... | |
|
inline |
|
inline |