JUtils
A unity utilities library
|
This is the complete list of members for JUtils.EventChannel, including all inherited members.
AddListener(Action listener) | JUtils.EventChannel | inline |
BaseEventChannel< EventChannel.Empty >.AddListener(Action< T > listener) | JUtils.BaseEventChannel< EventChannel.Empty > | inline |
InvokeUnsafe(Empty argument) | JUtils.EventChannel | inline |
BaseEventChannel< EventChannel.Empty >.InvokeUnsafe(T argument) | JUtils.BaseEventChannel< EventChannel.Empty > | inlinevirtual |
RemoveListener(Action listener) | JUtils.EventChannel | inline |
BaseEventChannel< EventChannel.Empty >.RemoveListener(Action< T > listener) | JUtils.BaseEventChannel< EventChannel.Empty > | inline |