Skip to content

ScriptableVector2IntEventListener Class

A ScriptableEventListener<TValue> that listens to a ScriptableEvent<T> with a type of UnityEngine.Vector2Int and invokes an UnityEngine.Events.UnityEvent when the event is invoked.

C#
[AddComponentMenu("Scriptable Values/Listeners/Events/Scriptable Vector2Int Event Listener", 1119)]
public sealed class ScriptableVector2IntEventListener : ScriptableEventListener<Vector2Int>

Inheritance object → UnityEngine.Object → UnityEngine.Component → UnityEngine.Behaviour → UnityEngine.MonoBehaviour → ScriptableListenerBaseScriptableEventListener<Vector2Int>