Interface QueryCallback
- All Known Implementing Classes:
PolyShapesCallback, TestQueryCallback
public interface QueryCallback
Callback class for AABB queries.
See World.query
-
Method Summary
Modifier and TypeMethodDescriptionbooleanreportFixture(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.
-