Bind AnimatedVectorImageVisual action : SET_DYNAMIC_PROPERTY 10/296210/1
authorEunki, Hong <eunkiki.hong@samsung.com>
Mon, 24 Jul 2023 00:59:13 +0000 (09:59 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Mon, 24 Jul 2023 00:59:13 +0000 (09:59 +0900)
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 <eunkiki.hong@samsung.com>
dali-csharp-binder/src/visual-actions-wrap.cpp

index 0ced6ca..2f798df 100644 (file)
@@ -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