|
@@ -221,15 +221,20 @@ namespace Urho3D
|
|
|
Methods:
|
|
Methods:
|
|
|
|
|
|
|
|
- void SetAnimationEnabled(bool enable)
|
|
- void SetAnimationEnabled(bool enable)
|
|
|
|
|
+- void SetAnimationTime(float time)
|
|
|
- void SetObjectAnimation(ObjectAnimation* objectAnimation)
|
|
- void SetObjectAnimation(ObjectAnimation* objectAnimation)
|
|
|
- void SetAttributeAnimation(const String name, ValueAnimation* 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)
|
|
|
|
|
+- void SetAttributeAnimationTime(const String name, float time)
|
|
|
|
|
+- void RemoveObjectAnimation()
|
|
|
|
|
+- void RemoveAttributeAnimation(const String name)
|
|
|
- bool GetAnimationEnabled() const
|
|
- bool GetAnimationEnabled() const
|
|
|
- ObjectAnimation* GetObjectAnimation() const
|
|
- ObjectAnimation* GetObjectAnimation() const
|
|
|
- ValueAnimation* 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
|
|
|
|
|
+- float GetAttributeAnimationTime(const String name) const
|
|
|
|
|
|
|
|
Properties:
|
|
Properties:
|
|
|
|
|
|