| Package | Description |
|---|---|
| com.almasb.fxgl.physics.box2d.dynamics |
| Modifier and Type | Method and Description |
|---|---|
void |
World.queryAABB(QueryCallback callback,
AABB aabb)
Query the world for all fixtures that potentially overlap the provided AABB.
|
void |
World.queryAABB(QueryCallback callback,
ParticleQueryCallback particleCallback,
AABB aabb)
Query the world for all fixtures and particles that potentially overlap the provided AABB.
|
Copyright © 2018. All rights reserved.