Browse Source

Travis CI: API documentation update at 2017-03-22 21:12:55 UTC.
[ci package]

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

Message: Merge pull request #1872 from Florastamine/master

Add Animation::GetTrack(unsigned)

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

+ 1 - 0
Docs/AngelScriptAPI.h

@@ -301,6 +301,7 @@ void AddTrigger(const AnimationTriggerPoint&);
 void AddTrigger(float, bool, const Variant&);
 void AddTrigger(float, bool, const Variant&);
 Animation Clone(const String& = String ( )) const;
 Animation Clone(const String& = String ( )) const;
 AnimationTrack CreateTrack(const String&);
 AnimationTrack CreateTrack(const String&);
+AnimationTrack GetTrack(uint);
 bool HasSubscribedToEvent(Object, const String&);
 bool HasSubscribedToEvent(Object, const String&);
 bool HasSubscribedToEvent(const String&);
 bool HasSubscribedToEvent(const String&);
 bool Load(File);
 bool Load(File);

+ 1 - 0
Docs/LuaScriptAPI.dox

@@ -341,6 +341,7 @@ Methods:
 - unsigned GetNumTracks() const
 - unsigned GetNumTracks() const
 - AnimationTrack* GetTrack(const String name)
 - AnimationTrack* GetTrack(const String name)
 - AnimationTrack* GetTrack(StringHash nameHash)
 - AnimationTrack* GetTrack(StringHash nameHash)
+- AnimationTrack* GetTrack(unsigned index)
 - unsigned GetNumTriggers() const
 - unsigned GetNumTriggers() const
 - AnimationTriggerPoint* GetTrigger(unsigned index)
 - AnimationTriggerPoint* GetTrigger(unsigned index)
 
 

+ 1 - 0
Docs/ScriptAPI.dox

@@ -3058,6 +3058,7 @@ Methods:
 - void AddTrigger(float, bool, const Variant&)
 - void AddTrigger(float, bool, const Variant&)
 - Animation@ Clone(const String& = String ( )) const
 - Animation@ Clone(const String& = String ( )) const
 - AnimationTrack@ CreateTrack(const String&)
 - AnimationTrack@ CreateTrack(const String&)
+- AnimationTrack@ GetTrack(uint)
 - bool HasSubscribedToEvent(Object@, const String&)
 - bool HasSubscribedToEvent(Object@, const String&)
 - bool HasSubscribedToEvent(const String&)
 - bool HasSubscribedToEvent(const String&)
 - bool Load(File@)
 - bool Load(File@)

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.1.53
+0.1.54