Browse Source

Travis CI: API documentation update at 2015-09-02 15:48:49 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/5bd672f02a915281f07a8c97a6983ce45902a695

Message: Add missing Lua bindings to SplinePath. Make hierarchy & inspector windows the same width on editor startup. Remove unnecessary attributes from EditorHierarchyWindow.xml.

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

+ 2 - 0
Docs/AngelScriptAPI.h

@@ -9680,6 +9680,8 @@ InterpolationMode interpolationMode;
 /* readonly */
 bool isFinished;
 /* readonly */
+float length;
+/* readonly */
 Node node;
 /* readonly */
 uint numAttributes;

+ 9 - 3
Docs/LuaScriptAPI.dox

@@ -5444,18 +5444,24 @@ Methods:
 - void AddControlPoint(Node* point, unsigned index = M_MAX_UNSIGNED)
 - void RemoveControlPoint(Node* point)
 - void ClearControlPoints()
-- Vector3 GetPoint(float factor) const
-- InterpolationMode GetInterpolationMode() const
-- Vector3 GetPosition() const
 - void SetInterpolationMode(InterpolationMode mode)
 - void SetPosition(float factor)
+- void SetControlledNode(Node* controlled)
+- InterpolationMode GetInterpolationMode() const
+- float GetSpeed() const
+- float GetLength() const
+- Vector3 GetPosition() const
+- Node* GetControlledNode() const
+- Vector3 GetPoint(float factor) const
 - void Move(float timeStep)
 - void Reset()
 - bool IsFinished() const
 
 Properties:
 
+- InterpolationMode interpolationMode
 - float speed
+- float length (readonly)
 - Node* controlledNode
 
 <a name="Class_Sprite"></a>

+ 1 - 0
Docs/ScriptAPI.dox

@@ -10761,6 +10761,7 @@ Properties:
 - uint id // readonly
 - InterpolationMode interpolationMode
 - bool isFinished // readonly
+- float length // readonly
 - Node@ node // readonly
 - uint numAttributes // readonly
 - ObjectAnimation@ objectAnimation

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.144
+0.0.145