Skip to content

ScriptableDoubleEventListener Class

A ScriptableEventListener<TValue> that listens to a ScriptableEvent<T> with a type of double and invokes an UnityEngine.Events.UnityEvent when the event is invoked.

C#
[AddComponentMenu("Scriptable Values/Listeners/Events/Scriptable Double Event Listener", 1109)]
public sealed class ScriptableDoubleEventListener : ScriptableEventListener<double>

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