Add C# properties for actor current position and size 81/115381/2
authorRichard Huang <r.huang@samsung.com>
Fri, 17 Feb 2017 13:57:51 +0000 (13:57 +0000)
committerRichard Huang <r.huang@samsung.com>
Fri, 17 Feb 2017 13:58:59 +0000 (05:58 -0800)
Change-Id: I842a8dfeababd4bb9d7ae1df12eb1ab8e9633320

plugins/dali-swig/SWIG/events/actor-event.i

index 138120a..93b5c15 100755 (executable)
        return (IntPtr)swigCPtr;
     }
 
+    public Position CurrentPosition
+    {
+      get
+      {
+        return GetCurrentPosition();
+      }
+    }
+
+    public Size3D CurrentSize
+    {
+      get
+      {
+        return GetCurrentSize();
+      }
+    }
+
     public Actor Parent
     {
       get