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