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