ScriptableVector3Listener Class
Definition
Section titled “Definition”A ScriptableValueListener<TValue> that listens to a ScriptableValue<T> with a type of UnityEngine.Vector3 and invokes an UnityEngine.Events.UnityEvent when the value changes.
[AddComponentMenu("Scriptable Values/Listeners/Values/Scriptable Vector3 Listener", 1017)]public sealed class ScriptableVector3Listener : ScriptableValueListener<Vector3>Inheritance object → UnityEngine.Object → UnityEngine.Component → UnityEngine.Behaviour → UnityEngine.MonoBehaviour → ScriptableListenerBase → ScriptableValueListener<Vector3>