mirror of
https://github.com/Cardidi/dotween-upm-fork.git
synced 2025-12-21 01:36:05 +08:00
no message
This commit is contained in:
parent
e584eca48c
commit
4e668f0928
@ -11,7 +11,7 @@ public class MixedTweens : BrainBase
|
||||
yield return new WaitForSeconds(0.6f);
|
||||
|
||||
target.DOBlendableMoveBy(new Vector3(3, 3, 0), 3).SetAutoKill(false);
|
||||
target.DOBlendableMoveBy(new Vector3(-3, 0, 0), 1.5f).SetLoops(2, LoopType.Yoyo).SetAutoKill(false);
|
||||
target.DOBlendableMoveBy(new Vector3(-3, 0, 0), 1f).SetLoops(3, LoopType.Yoyo).SetAutoKill(false);
|
||||
}
|
||||
|
||||
void OnGUI()
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user