Skip to content

ScriptableBoundsIntListener Class

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

C#
[AddComponentMenu("Scriptable Values/Listeners/Values/Scriptable BoundsInt Listener", 1025)]
public sealed class ScriptableBoundsIntListener : ScriptableValueListener<BoundsInt>

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