Esempio n. 1
0
 public void ApplyRotation(GenericX rot, GameObject targetGO)
 {
     rot.ApplyRotation(targetGO.transform, useLocal);
 }
Esempio n. 2
0
 public void ApplyRotation(GenericX rot)
 {
     rot.ApplyRotation(gameobject.transform, useLocal);
 }