예제 #1
0
 public Rectangle GetBoundingBox(Vector2 position)
 {
     return(sprite.GetBoundingBox(position));
 }
예제 #2
0
 public Rectangle GetBoundingBox(Vector2 location)
 {
     return(sprite.GetBoundingBox(location));
 }