Unity DoTween插件 在代码中改变Ease(运动方式)

text.DOText(arg0,arg1).SetEase(Ease.Linear).onComplete = () =>
{
};

原文地址:https://www.cnblogs.com/spiderljx/p/12936472.html