示例#1
0
 public bool Collided(Drawable other)
 {
     return(Bounds.Intersects(other.Bounds));
 }