Size, Position, Color high level class added
[platform/core/uifw/dali-toolkit.git] / plugins / dali-swig / examples / hello-world.cs
index 8687aa0..60c7791 100755 (executable)
@@ -56,14 +56,14 @@ namespace MyCSharpExample
                 StartTime = 0,
                 EndTime = 500,
                 TargetProperty = "Orientation",
-                Destination = new Rotation(new Radian(new Degree(180.0f)), Vect3.Xaxis)
+                Destination = new Rotation(new Radian(new Degree(180.0f)), PositionAxis.X)
             };
             _animation.AnimateTo(_text);
 
             _animation.StartTime = 500;
             _animation.EndTime = 1000;
             _animation.TargetProperty = "Orientation";
-            _animation.Destination = new Rotation(new Radian(new Degree(0.0f)), Vect3.Xaxis);
+            _animation.Destination = new Rotation(new Radian(new Degree(0.0f)), PositionAxis.X);
             _animation.AnimateTo(_text);
 
             _animation.StartTime = 1000;