Skip to content

ScriptableVector2IntListener Class

A ScriptableValueListener<TValue> that listens to a ScriptableValue<T> with a type of UnityEngine.Vector2Int and invokes an UnityEngine.Events.UnityEvent when the value changes.

C#
[AddComponentMenu("Scriptable Values/Listeners/Values/Scriptable Vector2Int Listener", 1019)]
public sealed class ScriptableVector2IntListener : ScriptableValueListener<Vector2Int>

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