diff --git a/Scripts/SoftMaskable.cs b/Scripts/SoftMaskable.cs index 4c8034f..645b187 100644 --- a/Scripts/SoftMaskable.cs +++ b/Scripts/SoftMaskable.cs @@ -126,7 +126,6 @@ namespace Coffee.UIExtensions /// /// The graphic will be visible only in areas where no mask is present. /// - [System.Obsolete("Use SetMaskInteractions method instead.")] public bool inverse { get { return m_MaskInteraction == kVisibleOutside; }