Browse Source

Travis CI: API documentation update at 2014-04-21 10:24:44 UTC.
[ci package]

urho3d-travis-ci 11 years ago
parent
commit
7ddad564c8
3 changed files with 246 additions and 304 deletions
  1. 109 141
      Docs/AngelScriptAPI.h
  2. 28 28
      Docs/LuaScriptAPI.dox
  3. 109 135
      Docs/ScriptAPI.dox

File diff suppressed because it is too large
+ 109 - 141
Docs/AngelScriptAPI.h


+ 28 - 28
Docs/LuaScriptAPI.dox

@@ -12,12 +12,12 @@ Methods:
 
 
 - void SetAnimationEnabled(bool enable)
 - void SetAnimationEnabled(bool enable)
 - void SetObjectAnimation(ObjectAnimation* objectAnimation)
 - void SetObjectAnimation(ObjectAnimation* objectAnimation)
-- void SetAttributeAnimation(const String name, AttributeAnimation* attributeAnimation, WrapMode wrapMode = WM_LOOP, float speed = 1.0f)
+- void SetAttributeAnimation(const String name, ValueAnimation* attributeAnimation, WrapMode wrapMode = WM_LOOP, float speed = 1.0f)
 - void SetAttributeAnimationWrapMode(const String name, WrapMode wrapMode)
 - void SetAttributeAnimationWrapMode(const String name, WrapMode wrapMode)
 - void SetAttributeAnimationSpeed(const String name, float speed)
 - void SetAttributeAnimationSpeed(const String name, float speed)
 - bool GetAnimationEnabled() const
 - bool GetAnimationEnabled() const
 - ObjectAnimation* GetObjectAnimation() const
 - ObjectAnimation* GetObjectAnimation() const
-- AttributeAnimation* GetAttributeAnimation(const String name) const
+- ValueAnimation* GetAttributeAnimation(const String name) const
 - WrapMode GetAttributeAnimationWrapMode(const String name) const
 - WrapMode GetAttributeAnimationWrapMode(const String name) const
 - float GetAttributeAnimationSpeed(const String name) const
 - float GetAttributeAnimationSpeed(const String name) const
 
 
@@ -233,29 +233,6 @@ Properties:
 - float length (readonly)
 - float length (readonly)
 - char layer
 - char layer
 
 
-### AttributeAnimation : Resource
-
-Methods:
-
-- AttributeAnimation() (GC)
-- AttributeAnimation* new()
-- void delete()
-- void SetInterpolationMethod(InterpMethod method)
-- void SetSplineTension(float tension)
-- void SetValueType(VariantType valueType)
-- bool SetKeyFrame(float time, const Variant& value)
-- void SetEventFrame(float time, const StringHash& eventType)
-- void SetEventFrame(float time, const StringHash& eventType, const VariantMap& eventData)
-- InterpMethod GetInterpolationMethod() const
-- float GetSplineTension() const
-- VariantType GetValueType() const
-
-Properties:
-
-- InterpMethod interpolationMethod
-- float splineTension
-- VariantType valueType
-
 ### Audio : Object
 ### Audio : Object
 
 
 Methods:
 Methods:
@@ -3114,10 +3091,10 @@ Methods:
 - ObjectAnimation() (GC)
 - ObjectAnimation() (GC)
 - ObjectAnimation* new()
 - ObjectAnimation* new()
 - void delete()
 - void delete()
-- void AddAttributeAnimation(const String name, AttributeAnimation* attributeAnimation, WrapMode wrapMode = WM_LOOP, float speed = 1.0f)
+- void AddAttributeAnimation(const String name, ValueAnimation* attributeAnimation, WrapMode wrapMode = WM_LOOP, float speed = 1.0f)
 - void RemoveAttributeAnimation(const String name)
 - void RemoveAttributeAnimation(const String name)
-- void RemoveAttributeAnimation(AttributeAnimation* attributeAnimation)
-- AttributeAnimation* GetAttributeAnimation(const String name) const
+- void RemoveAttributeAnimation(ValueAnimation* attributeAnimation)
+- ValueAnimation* GetAttributeAnimation(const String name) const
 - WrapMode GetAttributeAnimationWrapMode(const String name) const
 - WrapMode GetAttributeAnimationWrapMode(const String name) const
 - float GetAttributeAnimationSpeed(const String name) const
 - float GetAttributeAnimationSpeed(const String name) const
 
 
@@ -5373,6 +5350,29 @@ Properties:
 - TraversalMode traversalMode
 - TraversalMode traversalMode
 - bool elementEventSender
 - bool elementEventSender
 
 
+### ValueAnimation : Resource
+
+Methods:
+
+- ValueAnimation() (GC)
+- ValueAnimation* new()
+- void delete()
+- void SetInterpolationMethod(InterpMethod method)
+- void SetSplineTension(float tension)
+- void SetValueType(VariantType valueType)
+- bool SetKeyFrame(float time, const Variant& value)
+- void SetEventFrame(float time, const StringHash& eventType)
+- void SetEventFrame(float time, const StringHash& eventType, const VariantMap& eventData)
+- InterpMethod GetInterpolationMethod() const
+- float GetSplineTension() const
+- VariantType GetValueType() const
+
+Properties:
+
+- InterpMethod interpolationMethod
+- float splineTension
+- VariantType valueType
+
 ### Variant
 ### Variant
 
 
 
 

File diff suppressed because it is too large
+ 109 - 135
Docs/ScriptAPI.dox


Some files were not shown because too many files changed in this diff