mirror of
https://github.com/Cardidi/dotween-upm-fork.git
synced 2025-12-20 17:26:03 +08:00
no message
This commit is contained in:
parent
f2dd1a44d9
commit
e584eca48c
Binary file not shown.
Binary file not shown.
@ -10,8 +10,8 @@ public class MixedTweens : BrainBase
|
|||||||
{
|
{
|
||||||
yield return new WaitForSeconds(0.6f);
|
yield return new WaitForSeconds(0.6f);
|
||||||
|
|
||||||
target.DOMixedMoveBy(new Vector3(3, 3, 0), 3).SetAutoKill(false);
|
target.DOBlendableMoveBy(new Vector3(3, 3, 0), 3).SetAutoKill(false);
|
||||||
target.DOMixedMoveBy(new Vector3(-3, 0, 0), 1.5f).SetLoops(2, LoopType.Yoyo).SetAutoKill(false);
|
target.DOBlendableMoveBy(new Vector3(-3, 0, 0), 1.5f).SetLoops(2, LoopType.Yoyo).SetAutoKill(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
void OnGUI()
|
void OnGUI()
|
||||||
|
|||||||
@ -10,7 +10,7 @@ public class CombineTweens : MonoBehaviour
|
|||||||
{
|
{
|
||||||
yield return new WaitForSeconds(0.6f);
|
yield return new WaitForSeconds(0.6f);
|
||||||
|
|
||||||
target.DOMixedMoveBy(new Vector3(3, 3, 0), 3);
|
target.DOBlendableMoveBy(new Vector3(3, 3, 0), 3);
|
||||||
target.DOMixedMoveBy(new Vector3(-3, 0, 0), 1.5f).SetLoops(2, LoopType.Yoyo);
|
target.DOBlendableMoveBy(new Vector3(-3, 0, 0), 1.5f).SetLoops(2, LoopType.Yoyo);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user