[Tizen] Make use image property again 95/265895/2
authorSeungho Baek <sbsh.baek@samsung.com>
Mon, 1 Nov 2021 10:15:26 +0000 (19:15 +0900)
committerSeungho Baek <sbsh.baek@samsung.com>
Mon, 1 Nov 2021 10:20:19 +0000 (19:20 +0900)
Change-Id: I3cddad86792bd8e356eb082ea4c9e7ead2550f8a
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
dali-csharp-binder/src/visual-actions-wrap.cpp

index fbefbae..3379fc5 100644 (file)
@@ -37,6 +37,18 @@ extern "C"
   {
     return (int)Dali::Toolkit::DevelImageVisual::Action::RELOAD;
   }
+  SWIGEXPORT int SWIGSTDCALL CSharp_ImageVisual_Actions_PLAY_get()
+  {
+    return (int)Dali::Toolkit::DevelAnimatedImageVisual::Action::PLAY;
+  }
+  SWIGEXPORT int SWIGSTDCALL CSharp_ImageVisual_Actions_PAUSE_get()
+  {
+    return (int)Dali::Toolkit::DevelAnimatedImageVisual::Action::PAUSE;
+  }
+  SWIGEXPORT int SWIGSTDCALL CSharp_ImageVisual_Actions_STOP_get()
+  {
+    return (int)Dali::Toolkit::DevelAnimatedImageVisual::Action::STOP;
+  }
 
   // Animated Image Visual action
   SWIGEXPORT int SWIGSTDCALL CSharp_AnimatedImageVisual_Actions_PLAY_get()