Prechádzať zdrojové kódy

Travis CI: API documentation update at 2016-04-09 14:13:25 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/3b1ab0ffeabd473d32cd622a579f41042150a6b5

Message: Partially revert back changes from commit af42c37.

urho3d-travis-ci 9 rokov pred
rodič
commit
c8fdc6eb2c
3 zmenil súbory, kde vykonal 5 pridanie a 3 odobranie
  1. 2 1
      Docs/AngelScriptAPI.h
  2. 2 1
      Docs/ScriptAPI.dox
  3. 1 1
      Source/Urho3D/.soversion

+ 2 - 1
Docs/AngelScriptAPI.h

@@ -486,7 +486,7 @@ void AddTime(float);
 void AddWeight(float);
 void AddWeight(float);
 void Apply();
 void Apply();
 float GetBoneWeight(StringHash) const;
 float GetBoneWeight(StringHash) const;
-float GetBoneWeight(uint) const;
+float GetBoneWeight(const String&) const;
 uint GetTrackIndex(StringHash) const;
 uint GetTrackIndex(StringHash) const;
 uint GetTrackIndex(const String&) const;
 uint GetTrackIndex(const String&) const;
 void SetBoneWeight(StringHash, float, bool = false);
 void SetBoneWeight(StringHash, float, bool = false);
@@ -497,6 +497,7 @@ void SetBoneWeight(uint, float, bool = false);
 /* readonly */
 /* readonly */
 Animation animation;
 Animation animation;
 AnimationBlendMode blendMode;
 AnimationBlendMode blendMode;
+Array<float> boneWeights;
 /* readonly */
 /* readonly */
 bool enabled;
 bool enabled;
 uint8 layer;
 uint8 layer;

+ 2 - 1
Docs/ScriptAPI.dox

@@ -2898,7 +2898,7 @@ Methods:
 - void AddWeight(float)
 - void AddWeight(float)
 - void Apply()
 - void Apply()
 - float GetBoneWeight(StringHash) const
 - float GetBoneWeight(StringHash) const
-- float GetBoneWeight(uint) const
+- float GetBoneWeight(const String&) const
 - uint GetTrackIndex(StringHash) const
 - uint GetTrackIndex(StringHash) const
 - uint GetTrackIndex(const String&) const
 - uint GetTrackIndex(const String&) const
 - void SetBoneWeight(StringHash, float, bool = false)
 - void SetBoneWeight(StringHash, float, bool = false)
@@ -2909,6 +2909,7 @@ Properties:
 
 
 - Animation@ animation // readonly
 - Animation@ animation // readonly
 - AnimationBlendMode blendMode
 - AnimationBlendMode blendMode
+- float[] boneWeights
 - bool enabled // readonly
 - bool enabled // readonly
 - uint8 layer
 - uint8 layer
 - float length // readonly
 - float length // readonly

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.207
+0.0.208