Pimeko

Untitled

Feb 10th, 2021
732
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.19 KB | None | 0 0
  1. DOTween.Sequence()
  2.     .Append(transform.DOMove(new Vector3(1, 0, 0), .5f).SetEase(Ease.Linear))
  3.     .AppendInterval(1.5f)
  4.     .Append(transform.DOMove(new Vector3(-1, 3, 0), .5f).SetEase(Ease.OutBounce));
Advertisement
Add Comment
Please, Sign In to add comment