ソースを参照

Travis CI: API documentation update at 2015-10-08 12:09:46 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/730388c0cea8a7035816d65a57bb08768ad54209

Message: Fixed SplinePath AngelScript bindings and added documentation for it.

urho3d-travis-ci 10 年 前
コミット
bef4de0bc1
3 ファイル変更5 行追加3 行削除
  1. 2 1
      Docs/AngelScriptAPI.h
  2. 2 1
      Docs/ScriptAPI.dox
  3. 1 1
      Source/Urho3D/.soversion

+ 2 - 1
Docs/AngelScriptAPI.h

@@ -9659,6 +9659,7 @@ WrapMode GetAttributeAnimationWrapMode(const String&) const;
 Variant GetAttributeDefault(const String&) const;
 bool GetInterceptNetworkUpdate(const String&) const;
 Vector3 GetPoint(float) const;
+Vector3 GetPosition() const;
 bool Load(File, bool = false);
 bool Load(VectorBuffer&, bool = false);
 bool LoadXML(const XMLElement&, bool = false);
@@ -9678,6 +9679,7 @@ void SetAttributeAnimation(const String&, ValueAnimation, WrapMode = WM_LOOP, fl
 void SetAttributeAnimationSpeed(const String&, float);
 void SetAttributeAnimationWrapMode(const String&, WrapMode);
 void SetInterceptNetworkUpdate(const String&, bool);
+void SetPosition(float);
 
 // Properties:
 bool animationEnabled;
@@ -9706,7 +9708,6 @@ Node node;
 /* readonly */
 uint numAttributes;
 ObjectAnimation objectAnimation;
-Vector3 position;
 /* readonly */
 int refs;
 float speed;

+ 2 - 1
Docs/ScriptAPI.dox

@@ -10758,6 +10758,7 @@ Methods:
 - Variant GetAttributeDefault(const String&) const
 - bool GetInterceptNetworkUpdate(const String&) const
 - Vector3 GetPoint(float) const
+- Vector3 GetPosition() const
 - bool Load(File@, bool = false)
 - bool Load(VectorBuffer&, bool = false)
 - bool LoadXML(const XMLElement&, bool = false)
@@ -10777,6 +10778,7 @@ Methods:
 - void SetAttributeAnimationSpeed(const String&, float)
 - void SetAttributeAnimationWrapMode(const String&, WrapMode)
 - void SetInterceptNetworkUpdate(const String&, bool)
+- void SetPosition(float)
 
 Properties:
 
@@ -10796,7 +10798,6 @@ Properties:
 - Node@ node // readonly
 - uint numAttributes // readonly
 - ObjectAnimation@ objectAnimation
-- Vector3 position
 - int refs // readonly
 - float speed
 - bool temporary

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.156
+0.0.157