|
JUtils
A unity utilities library
|


Additional Inherited Members | |
Public Member Functions inherited from JUtils.BaseEventChannel< int > | |
| void | AddListener (Action< T > listener) |
| Add a listener to this event channel More... | |
| void | RemoveListener (Action< T > listener) |
| Remove a listener from this event channel More... | |
| virtual void | InvokeUnsafe (T argument) |
| Unsafe version of the EventChannelExtensions.Invoke function. This is directly on the class, but it does not have check if the channel is null or not. More... | |