Vector4EventChannel
Derives from EventChannel<T>
.
Description
Represents an event channel that can raise events containing a Vector4
value.
Public Methods
RaiseEvent(Vector2Int)
- Raises an event on the channel with theVector2Int
value provided.RaiseEvent(Vector2)
- Raises an event on the channel with theVector2
value provided.RaiseEvent(Vector3)
- Raises an event on the channel with theVector3
value provided.