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 the Vector2Int value provided.
  • RaiseEvent(Vector2) - Raises an event on the channel with the Vector2 value provided.
  • RaiseEvent(Vector3) - Raises an event on the channel with the Vector3 value provided.