| Package | Description |
|---|---|
| com.badlogic.gdx.physics.box2d |
| Modifier and Type | Method and Description |
|---|---|
void |
World.QueryAABB(QueryCallback callback,
float lowerX,
float lowerY,
float upperX,
float upperY)
Query the world for all fixtures that potentially overlap the provided AABB.
|