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