Quellcode durchsuchen

Travis CI: API documentation update at 2015-10-08 19:32:15 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/7db65a89527498dd13c677eebfeaa1894b5e039f

Message: Added possibility to set time position of attribute or object animation manually. SetAnimationEnabled(false) should be used in that case to disable auto update. Closes #926. Added RemoveObjectAnimation() and RemoveAttributeAnimation() to Animatable. Closes #928. Fixed attribute animations in hierarchy (e.g. in components) not getting removed when a null object animation is assigned.

urho3d-travis-ci vor 10 Jahren
Ursprung
Commit
0cefd559a7
4 geänderte Dateien mit 356 neuen und 1 gelöschten Zeilen
  1. 175 0
      Docs/AngelScriptAPI.h
  2. 5 0
      Docs/LuaScriptAPI.dox
  3. 175 0
      Docs/ScriptAPI.dox
  4. 1 1
      Source/Urho3D/.soversion

Datei-Diff unterdrückt, da er zu groß ist
+ 175 - 0
Docs/AngelScriptAPI.h


+ 5 - 0
Docs/LuaScriptAPI.dox

@@ -221,15 +221,20 @@ namespace Urho3D
 Methods:
 
 - void SetAnimationEnabled(bool enable)
+- void SetAnimationTime(float time)
 - void SetObjectAnimation(ObjectAnimation* objectAnimation)
 - void SetAttributeAnimation(const String name, ValueAnimation* attributeAnimation, WrapMode wrapMode = WM_LOOP, float speed = 1.0f)
 - void SetAttributeAnimationWrapMode(const String name, WrapMode wrapMode)
 - void SetAttributeAnimationSpeed(const String name, float speed)
+- void SetAttributeAnimationTime(const String name, float time)
+- void RemoveObjectAnimation()
+- void RemoveAttributeAnimation(const String name)
 - bool GetAnimationEnabled() const
 - ObjectAnimation* GetObjectAnimation() const
 - ValueAnimation* GetAttributeAnimation(const String name) const
 - WrapMode GetAttributeAnimationWrapMode(const String name) const
 - float GetAttributeAnimationSpeed(const String name) const
+- float GetAttributeAnimationTime(const String name) const
 
 Properties:
 

Datei-Diff unterdrückt, da er zu groß ist
+ 175 - 0
Docs/ScriptAPI.dox


+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.157
+0.0.158

Einige Dateien werden nicht angezeigt, da zu viele Dateien in diesem Diff geändert wurden.