Fix JavaScript plugin build break after rotation->orientation property change
[platform/core/uifw/dali-toolkit.git] / plugins / dali-script-v8 / docs / content / actor.js
index ce095cd..b2ea595 100644 (file)
@@ -119,7 +119,7 @@ function OnPressed( actor, touchEvent )
   
   var anim = new dali.Animation( 4 );
   var rotation = new dali.Rotation( 90, 0, 0 ); // pitch, yaw, roll
-  anim.animateBy( actor, "rotation", rotation );
+  anim.animateBy( actor, "orientation", rotation );
   anim.play();
   return true;
 }
@@ -196,8 +196,8 @@ See
  worldPositionX         |FLOAT       | ✘     | ✘
  worldPositionY         |FLOAT       | ✘     | ✘
  worldPositionZ         |FLOAT       | ✘     | ✘
rotation               |ROTATION    | ✔     | ✔
- worldRotation          |ROTATION    | ✘     | ✘
orientation            |ROTATION    | ✔     | ✔
+ worldOrientation       |ROTATION    | ✘     | ✘
  scale                  |VECTOR3     | ✔     | ✔
  scaleX                 |FLOAT       | ✔     | ✔
  scaleY                 |FLOAT       | ✔     | ✔
@@ -214,7 +214,7 @@ See
  name                   |STRING      | ✔     | ✘
  sensitive              |BOOLEAN     | ✔     | ✘
  leaveRequired          |BOOLEAN     | ✔     | ✘
- inheritRotation        |BOOLEAN     | ✔     | ✘
+ inheritOrientation     |BOOLEAN     | ✔     | ✘
  inheritScale           |BOOLEAN     | ✔     | ✘
  colorMode              |NUMBER      | ✔     | ✘
  positionInheritance    |NUMBER      | ✔     | ✘
@@ -381,19 +381,19 @@ WORLD_POSITION_Z
 
 
 /**
- * Actors rotation
- * @property rotation
- * @type dali Rotation object
+ * Actors orientation
+ * @property orientation
+ * @type dali orientation object
  */
-ROTATION
+ORIENTATION
 
 
 /**
- * Actors world-rotation
- * @property worldRotation
- * @type dali Rotation object ( read only)
+ * Actors world-orientation
+ * @property worldOrientation
+ * @type dali Orientation object ( read only)
  */
-WORLD_ROTATION
+WORLD_ORIENTATION
 
 /**
  * Actors scale
@@ -521,10 +521,10 @@ LEAVE_REQUIRED
 /**
  * Set whether a child actor inherits it's parent's orientation.
  * @type Boolean
- * @property inheritRotation
+ * @property inheritOrientation
  * @default true
  */
-INHERIT_ROTATION,
+INHERIT_ORIENTATION,
 
 
 /**
@@ -644,4 +644,4 @@ POSTITION_INHERITANCE
  * @type Vector3
  * @property sizeModeFactor
  */
-SIZE_MODE_FACTOR
\ No newline at end of file
+SIZE_MODE_FACTOR