Skip to content

ScriptableBoundsEvent Class

ScriptableEvent<T> with a UnityEngine.Bounds argument.

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

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

Implements INotifyPropertyChanging, INotifyPropertyChanged, IStackTraceProvider