Skip to content

ScriptableBoundsIntEventListener Class

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

C#
[AddComponentMenu("Scriptable Values/Listeners/Events/Scriptable BoundsInt Event Listener", 1125)]
public sealed class ScriptableBoundsIntEventListener : ScriptableEventListener<BoundsInt>

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