DOTween插件动画播放的曲线设置,取消缓动采用匀速的方式。

主要采用的是SetEase方法

transform.DOMoveX(4, 1).SetEase(Ease.Linear);

参考缓动的枚举来设置自己的缓动数据

DOTWeen缓动枚举

    public enum Ease

    {

    Unset =0,

    Linear =1,

    InSine =2,

    OutSine =3,

    InOutSine =4,

    InQuad =5,

    OutQuad =6,

    InOutQuad =7,

    InCubic =8,

    OutCubic =9,

    InOutCubic =10,

    InQuart =11,

    OutQuart =12,

    InOutQuart =13,

    InQuint =14,

    OutQuint =15,

    InOutQuint =16,

    InExpo =17,

    OutExpo =18,

    InOutExpo =19,

    InCirc =20,

    OutCirc =21,

    InOutCirc =22,

    InElastic =23,

    OutElastic =24,

    InOutElastic =25,

    InBack =26,

    OutBack =27,

    InOutBack =28,

    InBounce =29,

    OutBounce =30,

    InOutBounce =31,

    Flash =32,

    InFlash =33,

    OutFlash =34,

    InOutFlash =35,

    //

    //摘要:

    //Don't assign this!It's assigned automatically when creating 0 duration tweens

    INTERNAL_Zero =36,

    //

    //摘要:

    //Don't assign this!It's assigned automatically when setting the ease to an AnimationCurve

    //or to a custom ease function

    INTERNAL_Custom =37

    }

  • 3
    点赞
  • 5
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值