JUtils
A unity utilities library
|
Useful extensions for dealing with BaseEventChannel<T>> More...
Static Public Member Functions | |
static void | Invoke< T > ([CanBeNull] this BaseEventChannel< T > eventChannel, T argument) |
Raise an event on an BaseEventChannel<T>. More... | |
static void | Invoke ([CanBeNull] this EventChannel eventChannel) |
Raise an event on an EventChannel>. More... | |
Useful extensions for dealing with BaseEventChannel<T>>
|
inlinestatic |
Raise an event on an EventChannel>.
This automatically checks if the channel is null
|
inlinestatic |
Raise an event on an BaseEventChannel<T>.
This automatically checks if the channel is null