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