Make use some ImageView properties again 96/265896/1
authorSeungho Baek <sbsh.baek@samsung.com>
Mon, 1 Nov 2021 10:25:56 +0000 (19:25 +0900)
committerSeungho Baek <sbsh.baek@samsung.com>
Mon, 1 Nov 2021 10:25:56 +0000 (19:25 +0900)
Change-Id: Ie381604142fb5d55bf909c8baad1ba43e5c6c9a5
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
dali-csharp-binder/src/visual-actions-wrap.cpp

index fbefbae..d22b0fa 100644 (file)
@@ -38,6 +38,21 @@ 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()
   {