Skip to content

ScriptableRectIntEvent Class

ScriptableEvent<T> with a UnityEngine.RectInt argument.

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

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

Implements INotifyPropertyChanging, INotifyPropertyChanged, IStackTraceProvider