Package org.jbox2d.callbacks
Interface QueryCallback
- All Known Implementing Classes:
PolyShapesCallback
,TestQueryCallback
public interface QueryCallback
Callback class for AABB queries.
See World.query
-
Method Summary
Modifier and TypeMethodDescriptionboolean
reportFixture
(Fixture fixture) Called for each fixture found in the query AABB.
-
Method Details
-
reportFixture
Called for each fixture found in the query AABB.- Parameters:
fixture
-- Returns:
- false to terminate the query.
-