[NUI] RiveAnimationView: Add SetAnimationElapsedTime API
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / Interop / Interop.RiveAnimationView.cs
index 218697a..5c85cdf 100755 (executable)
@@ -53,6 +53,9 @@ namespace Tizen.NUI
             
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_RiveAnimationView_StopAnimation")]
             public static extern void Stop(global::System.Runtime.InteropServices.HandleRef handle);
+
+            [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_RiveAnimationView_SetAnimationElapsedTime")]
+            public static extern void SetAnimationElapsedTime(global::System.Runtime.InteropServices.HandleRef handle, string animationName, float elapsed);
         }
     }
 }