Handle becomes Animatable
[platform/core/uifw/dali-toolkit.git] / plugins / dali-sharp / sharp / internal / Actor.cs
index df8d95a..9b6a89b 100644 (file)
@@ -29,7 +29,7 @@ namespace Dali {
     using System;
     using System.Runtime.InteropServices;
 
-public class Actor : Handle {
+public class Actor : Animatable {
   private global::System.Runtime.InteropServices.HandleRef swigCPtr;
 
   internal Actor(global::System.IntPtr cPtr, bool cMemoryOwn) : base(NDalicPINVOKE.Actor_SWIGUpcast(cPtr), cMemoryOwn) {