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