Package org.jbox2d.callbacks
Interface QueryCallback
public interface QueryCallback
Callback class for AABB queries. See
World.queryAABB(QueryCallback, org.jbox2d.collision.AABB).- Author:
- Daniel Murphy
-
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.- Returns:
- false to terminate the query.
-