[NUI] Add comment for IsVisible(internal method)
authordongsug.song <dongsug.song@samsung.com>
Fri, 2 Sep 2022 06:21:10 +0000 (15:21 +0900)
committerJaehyun Cho <jaehyun0cho@gmail.com>
Tue, 6 Sep 2022 09:10:32 +0000 (18:10 +0900)
src/Tizen.NUI/src/public/BaseComponents/ViewInternal.cs

index ef69755..1341f79 100755 (executable)
@@ -792,6 +792,13 @@ namespace Tizen.NUI.BaseComponents
                 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
         }
 
+        /// <summary>
+        /// Retrieve the View's current Visibility.
+        /// </summary>
+        /// <remarks>
+        /// The <see cref="Visibility"/> property is set in the main thread, so it is not updated in real time when the value is changed in the render thread.
+        /// However, this method can get the current actual value updated in real time.
+        /// </remarks>
         internal bool IsVisible()
         {
             bool ret = Interop.ActorInternal.IsVisible(SwigCPtr);