Browse Source

Travis CI: API documentation update at 2017-05-06 09:47:10 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/af2ecd5414324f12809c0453bd599bb15923dfe2

Message: Fix copy-paste error in bindings.

urho3d-travis-ci 8 years ago
parent
commit
ce69ad556e
4 changed files with 9 additions and 1 deletions
  1. 4 0
      Docs/AngelScriptAPI.h
  2. 2 0
      Docs/LuaScriptAPI.dox
  3. 2 0
      Docs/ScriptAPI.dox
  4. 1 1
      Source/Urho3D/.soversion

+ 4 - 0
Docs/AngelScriptAPI.h

@@ -7963,6 +7963,8 @@ Scene scene;
 /* readonly */
 /* readonly */
 ScriptObject scriptObject;
 ScriptObject scriptObject;
 /* readonly */
 /* readonly */
+Vector3 signedWorldScale;
+/* readonly */
 Array<String> tags;
 Array<String> tags;
 bool temporary;
 bool temporary;
 /* readonly */
 /* readonly */
@@ -10059,6 +10061,8 @@ Vector3 scale;
 Vector2 scale2D;
 Vector2 scale2D;
 /* readonly */
 /* readonly */
 ScriptObject scriptObject;
 ScriptObject scriptObject;
+/* readonly */
+Vector3 signedWorldScale;
 float smoothingConstant;
 float smoothingConstant;
 float snapThreshold;
 float snapThreshold;
 /* readonly */
 /* readonly */

+ 2 - 0
Docs/LuaScriptAPI.dox

@@ -4175,6 +4175,7 @@ Methods:
 - Vector3 GetWorldUp() const
 - Vector3 GetWorldUp() const
 - Vector3 GetWorldRight() const
 - Vector3 GetWorldRight() const
 - Vector3 GetWorldScale() const
 - Vector3 GetWorldScale() const
+- Vector3 GetSignedWorldScale() const
 - Vector2 GetWorldScale2D() const
 - Vector2 GetWorldScale2D() const
 - const Matrix3x4& GetWorldTransform() const
 - const Matrix3x4& GetWorldTransform() const
 - Vector3 LocalToWorld(const Vector3& position) const
 - Vector3 LocalToWorld(const Vector3& position) const
@@ -4237,6 +4238,7 @@ Properties:
 - Vector3 worldUp (readonly)
 - Vector3 worldUp (readonly)
 - Vector3 worldRight (readonly)
 - Vector3 worldRight (readonly)
 - Vector3 worldScale
 - Vector3 worldScale
+- Vector3 signedWorldScale (readonly)
 - Vector2 worldScale2D
 - Vector2 worldScale2D
 - Matrix3x4& worldTransform (readonly)
 - Matrix3x4& worldTransform (readonly)
 - bool dirty (readonly)
 - bool dirty (readonly)

+ 2 - 0
Docs/ScriptAPI.dox

@@ -9666,6 +9666,7 @@ Properties:
 - Vector2 scale2D
 - Vector2 scale2D
 - Scene@ scene // readonly
 - Scene@ scene // readonly
 - ScriptObject@ scriptObject // readonly
 - ScriptObject@ scriptObject // readonly
+- Vector3 signedWorldScale // readonly
 - String[]@ tags // readonly
 - String[]@ tags // readonly
 - bool temporary
 - bool temporary
 - Matrix3x4 transform // readonly
 - Matrix3x4 transform // readonly
@@ -11482,6 +11483,7 @@ Properties:
 - Vector3 scale
 - Vector3 scale
 - Vector2 scale2D
 - Vector2 scale2D
 - ScriptObject@ scriptObject // readonly
 - ScriptObject@ scriptObject // readonly
+- Vector3 signedWorldScale // readonly
 - float smoothingConstant
 - float smoothingConstant
 - float snapThreshold
 - float snapThreshold
 - String[]@ tags // readonly
 - String[]@ tags // readonly

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.1.64
+0.1.65