Exemple #1
0
 public static Tweener DOShakeScale(Transform target, float duration, Vector3 strength, int vibrato = 10, float randomness = 90f)
 {
     return(ShortcutExtensions.DOShakeScale(target, duration, strength, vibrato, randomness));
 }