Tween t = dotweenObject.GetComponent<DOTweenPath>().GetTween();
// Change the timeScale to 2x
t.timeScale = 2;
Unity3d DOTweenPath 改变速度;
最新推荐文章于 2024-04-17 18:30:14 发布
Tween t = dotweenObject.GetComponent<DOTweenPath>().GetTween();
// Change the timeScale to 2x
t.timeScale = 2;