22#include <kiwano/2d/animation/TweenAnimation.h>
57 KGE_ERRORF(
"Clone() not supported in CustomAnimation");
65 KGE_ERRORF(
"Reverse() not supported in CustomAnimation");
70 void UpdateTween(
Actor* target,
float frac)
override;
自定义动画
Definition: CustomAnimation.h:34
CustomAnimation * Clone() const override
获取该动画的拷贝对象
Definition: CustomAnimation.h:55
CustomAnimation * Reverse() const override
获取该动画的倒转
Definition: CustomAnimation.h:63
virtual void OnAnimationUpdate(Actor *target, float frac)=0
动画更新时
Definition: Function.h:228
引用计数智能指针
Definition: RefBasePtr.hpp:35
补间动画
Definition: TweenAnimation.h:37
时间段
Definition: Duration.h:48