Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
Tweener¶
继承: RefCounted < Object
派生: CallbackTweener, IntervalTweener, MethodTweener, PropertyTweener
Tween 使用的所有 Tweener(补间器)的抽象类。
描述¶
Tweener 是执行特定动画化的任务的对象,例如,在给定的时间,插值一个属性或调用一个方法。Tweener 不能被手动创建,你需要使用 Tween 中的专用方法。
信号¶
finished() 🔗
当该 Tweener 刚刚完成其任务时触发。