Beispiel #1
0
 public static void ScaleBy(this GameObject target, Hashtable args)
 {
     EGTween.ScaleBy(target, args);
 }
Beispiel #2
0
 public static void ScaleBy(this GameObject target, Vector3 amount, float time)
 {
     EGTween.ScaleBy(target, EGTween.Hash("amount", amount, "time", time));
 }