Skip to content

ScriptableRectInt Class

ScriptableValue<T> with a UnityEngine.RectInt value.

C#
[CreateAssetMenu(fileName = "New Scriptable Rect Int", menuName = "Hertzole/Scriptable Values/Values/RectInt Value", order = -977)]
public sealed class ScriptableRectInt : ScriptableValue<RectInt>, INotifyPropertyChanging, INotifyPropertyChanged, IStackTraceProvider, ICanBeReadOnly

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

Implements INotifyPropertyChanging, INotifyPropertyChanged, IStackTraceProvider, ICanBeReadOnly