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