Package org.jbox2d.callbacks
Interface ParticleQueryCallback
public interface ParticleQueryCallback
Callback class for AABB queries. See
World.queryAABB(QueryCallback, org.jbox2d.collision.AABB).- Author:
- Daniel Murphy
-
Method Summary
Modifier and TypeMethodDescriptionbooleanreportParticle(int index) Called for each particle found in the query AABB.
-
Method Details
-
reportParticle
boolean reportParticle(int index) Called for each particle found in the query AABB.- Returns:
- false to terminate the query.
-