From 3ecfd69ec559f9f3b7e8e0f15ee318bf0d056934 Mon Sep 17 00:00:00 2001 From: Eunki Hong Date: Fri, 12 May 2023 21:28:38 +0900 Subject: [PATCH] [NUI.Scene3D] Remove build warning Add missing comments on API10. (This comment is exist on API11) Signed-off-by: Eunki Hong --- src/Tizen.NUI.Scene3D/src/public/Controls/Model.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Tizen.NUI.Scene3D/src/public/Controls/Model.cs b/src/Tizen.NUI.Scene3D/src/public/Controls/Model.cs index 7df392d..1dabf89 100755 --- a/src/Tizen.NUI.Scene3D/src/public/Controls/Model.cs +++ b/src/Tizen.NUI.Scene3D/src/public/Controls/Model.cs @@ -355,6 +355,7 @@ namespace Tizen.NUI.Scene3D /// /// Name of bvh format file. /// Scale value of bvh animation match with model. + /// Whether we should translate the bvh root from it's ModelNode position or not. /// Animaion of bvh // 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 /// /// Contents of bvh format file. /// Scale value of bvh animation match with model. + /// Whether we should translate the bvh root from it's ModelNode position or not. /// Animaion of bvh // This will be public opened after ACR done. (Before ACR, need to be hidden as Inhouse API) [EditorBrowsable(EditorBrowsableState.Never)] -- 2.7.4