ScriptableVector2IntEventListener Class
Definition
Section titled “Definition”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.
[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 → ScriptableListenerBase → ScriptableEventListener<Vector2Int>