Skip to content

ScriptableVector4Listener Class

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

C#
[AddComponentMenu("Scriptable Values/Listeners/Values/Scriptable Vector4 Listener", 1018)]
public sealed class ScriptableVector4Listener : ScriptableValueListener<Vector4>

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