Exemplo n.º 1
0
 public RectBox getCollisionBox() {
   Shape shape = getShape();
   return getRect(shape.getX(), shape.getY(), shape.getWidth(), shape.getHeight());
 }