Skip to content

ScriptableUIntListener Class

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

C#
[AddComponentMenu("Scriptable Values/Listeners/Values/Scriptable UInt Listener", 1005)]
public sealed class ScriptableUIntListener : ScriptableValueListener<uint>

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