Пример #1
0
 public static void RotateFrom(this GameObject target, Hashtable args)
 {
     EGTween.RotateFrom(target, args);
 }
Пример #2
0
 public static void RotateFrom(this GameObject target, Vector3 rotation, float time)
 {
     EGTween.RotateFrom(target, EGTween.Hash("rotation", rotation, "time", time));
 }