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 Type
    Method
    Description
    boolean
    reportParticle(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.