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