1
0
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:
Daniele Giardini 2015-03-23 19:35:12 +01:00
parent e584eca48c
commit 4e668f0928
2 changed files with 1 additions and 1 deletions

View File

@ -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()