From f322cc6c2a3a2de9616d310aabe0ecc635876356 Mon Sep 17 00:00:00 2001 From: "Eunki, Hong" Date: Mon, 24 Jul 2023 09:59:13 +0900 Subject: [PATCH] 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 --- dali-csharp-binder/src/visual-actions-wrap.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dali-csharp-binder/src/visual-actions-wrap.cpp b/dali-csharp-binder/src/visual-actions-wrap.cpp index 0ced6ca..2f798df 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 -- 2.7.4