DoubleEventListener
Derives from EventListener<T, TChannel>
.
Description
Listens for events on a DoubleEventChannel
and invokes actions with a double
value when an event is raised.
Public Methods
RaiseEvent(int)
- Manually raisesonEventRaised
with the signedint
value provided.RaiseEvent(float)
- Manually raisesonEventRaised
with thefloat
value provided.
NOTE: Manually raising the event will only trigger the UnityEvent
actions on this component.
It will not raise an event on the Channel
itself.