Esempio n. 1
0
 public Vector3 AngleTo(PhysicalObject other)
 {
     return(Vector3.Cross(transform.position, other.transform.position));
 }
Esempio n. 2
0
 public void GravitateTo(PhysicalObject other)
 {
 }