Skip to content

ScriptableVector2Listener Class

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

C#
[AddComponentMenu("Scriptable Values/Listeners/Values/Scriptable Vector2 Listener", 1016)]
public sealed class ScriptableVector2Listener : ScriptableValueListener<Vector2>

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