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 raises onEventRaised with the signed int value provided.
  • RaiseEvent(float) - Manually raises onEventRaised with the float 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.