Skip to content

ScriptableBoundsIntEvent Class

ScriptableEvent<T> with a UnityEngine.BoundsInt argument.

C#
[CreateAssetMenu(fileName = "New Scriptable Bounds Int Event", menuName = "Hertzole/Scriptable Values/Events/BoundsInt Event", order = -923)]
public sealed class ScriptableBoundsIntEvent : ScriptableEvent<BoundsInt>, INotifyPropertyChanging, INotifyPropertyChanged, IStackTraceProvider

Inheritance object → UnityEngine.Object → UnityEngine.ScriptableObject → RuntimeScriptableObjectScriptableEvent<BoundsInt>

Implements INotifyPropertyChanging, INotifyPropertyChanged, IStackTraceProvider