Unity3d DOTweenPath 改变速度;

Tween t = dotweenObject.GetComponent().GetTween();
// Change the timeScale to 2x
t.timeScale = 2;

你可能感兴趣的:(unity)