[NUI] Enable View.ScaleBy (#33) (#1053)
authorhuiyueun <35286162+huiyueun@users.noreply.github.com>
Wed, 2 Oct 2019 08:34:49 +0000 (17:34 +0900)
committerGitHub <noreply@github.com>
Wed, 2 Oct 2019 08:34:49 +0000 (17:34 +0900)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
src/Tizen.NUI/src/public/BaseComponents/View.cs

index 9c68405..95c2ecd 100755 (executable)
@@ -4960,7 +4960,9 @@ namespace Tizen.NUI.BaseComponents
                 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
         }
 
-        internal void ScaleBy(Vector3 relativeScale)
+        /// This will be public opened in tizen_next after ACR done. Before ACR, need to be hidden as inhouse API.
+        [EditorBrowsable(EditorBrowsableState.Never)]
+        public void ScaleBy(Vector3 relativeScale)
         {
             Interop.ActorInternal.Actor_ScaleBy(swigCPtr, Vector3.getCPtr(relativeScale));
             if (NDalicPINVOKE.SWIGPendingException.Pending)