DoTween
简介
Dotween 是一个缓动插件,能对Unity原生的对象的一些值进行缓动, 同时也支持一些自定义数值的缓动
Dotween 的自定义缓动
DOTween.To(getter,setter,to, float duration)
将给定属性从当前值更改为指定属性
1 |
|
DoTween
https://chenhongjun.top/2022/09/07/DoTween/
Dotween 是一个缓动插件,能对Unity原生的对象的一些值进行缓动, 同时也支持一些自定义数值的缓动
DOTween.To(getter,setter,to, float duration)
将给定属性从当前值更改为指定属性
1 |
|