Skip to content

ScriptableDoubleListener Class

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

C#
[AddComponentMenu("Scriptable Values/Listeners/Values/Scriptable Double Listener", 1009)]
public sealed class ScriptableDoubleListener : ScriptableValueListener<double>

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