Skip to content

ScriptableRectEvent Class

ScriptableEvent<T> with a UnityEngine.Rect argument.

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

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

Implements INotifyPropertyChanging, INotifyPropertyChanged, IStackTraceProvider