[NUI.Scene3D] Remove build warning
authorEunki Hong <eunkiki.hong@samsung.com>
Fri, 12 May 2023 12:28:38 +0000 (21:28 +0900)
committerEunki Hong <h.pichulia@gmail.com>
Mon, 15 May 2023 01:13:55 +0000 (10:13 +0900)
Add missing comments on API10. (This comment is exist on API11)

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
src/Tizen.NUI.Scene3D/src/public/Controls/Model.cs

index 7df392d..1dabf89 100755 (executable)
@@ -355,6 +355,7 @@ namespace Tizen.NUI.Scene3D
         /// </summary>
         /// <param name="bvhFilename">Name of bvh format file.</param>
         /// <param name="scale">Scale value of bvh animation match with model.</param>
+        /// <param name="translateRootFromModelNode">Whether we should translate the bvh root from it's ModelNode position or not.</param>
         /// <returns>Animaion of bvh</returns>
         // This will be public opened after ACR done. (Before ACR, need to be hidden as Inhouse API)
         [EditorBrowsable(EditorBrowsableState.Never)]
@@ -386,6 +387,7 @@ namespace Tizen.NUI.Scene3D
         /// </summary>
         /// <param name="bvhBuffer">Contents of bvh format file.</param>
         /// <param name="scale">Scale value of bvh animation match with model.</param>
+        /// <param name="translateRootFromModelNode">Whether we should translate the bvh root from it's ModelNode position or not.</param>
         /// <returns>Animaion of bvh</returns>
         // This will be public opened after ACR done. (Before ACR, need to be hidden as Inhouse API)
         [EditorBrowsable(EditorBrowsableState.Never)]