Esempio n. 1
0
 public static bool TestBoundingBoxCollision(BaseActor first, BaseActor other)
 {
     return(first.BoundingBox().Intersects(other.BoundingBox()));
 }