From 8a57e34d40451f72839d52aacb272a32c5167836 Mon Sep 17 00:00:00 2001 From: mob-sakai Date: Mon, 11 Mar 2019 14:40:53 +0900 Subject: [PATCH] Update demo --- Scripts/SoftMaskable.cs | 1 - 1 file changed, 1 deletion(-) 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; }