Vector4EventListener
Derives from EventListener<T, TChannel>
.
Description
Listens for events on a Vector4EventChannel
and invokes actions with a Vector4
value when an event is raised.
Public Methods
RaiseEvent(Vector2Int)
- Manually raisesonEventRaised
with theVector2Int
value provided.RaiseEvent(Vector2)
- Manually raisesonEventRaised
with theVector2
value provided.RaiseEvent(Vector3)
- Manually raisesonEventRaised
with theVector3
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.