From: Eunki, Hong Date: Mon, 24 Jul 2023 00:59:13 +0000 (+0900) Subject: Bind AnimatedVectorImageVisual action : SET_DYNAMIC_PROPERTY X-Git-Tag: accepted/tizen/unified/20230726.163518^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F10%2F296210%2F1;p=platform%2Fcore%2Fuifw%2Fdali-csharp-binder.git Bind AnimatedVectorImageVisual action : SET_DYNAMIC_PROPERTY Since we change the range of action id, we need to send the id of action into NUI. Change-Id: I502d907a4df7ddcb38d9188b629c79e53a48af6c Signed-off-by: Eunki, Hong --- diff --git a/dali-csharp-binder/src/visual-actions-wrap.cpp b/dali-csharp-binder/src/visual-actions-wrap.cpp index 0ced6ca2..2f798dfc 100644 --- a/dali-csharp-binder/src/visual-actions-wrap.cpp +++ b/dali-csharp-binder/src/visual-actions-wrap.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Samsung Electronics Co., Ltd. + * Copyright (c) 2023 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -97,6 +97,11 @@ extern "C" { return (int)Dali::Toolkit::DevelAnimatedVectorImageVisual::Action::JUMP_TO; } + + SWIGEXPORT int SWIGSTDCALL CSharp_AnimatedVectorImageVisual_Actions_SET_DYNAMIC_PROPERTY_get() + { + return (int)Dali::Toolkit::DevelAnimatedVectorImageVisual::Action::SET_DYNAMIC_PROPERTY; + } #ifdef __cplusplus } #endif