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 raisesonEventRaisedwith the signedintvalue provided.RaiseEvent(float)- Manually raisesonEventRaisedwith thefloatvalue 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.