Interface QueryCallback

All Known Implementing Classes:
PolyShapesCallback, TestQueryCallback

public interface QueryCallback
Callback class for AABB queries. See World.query
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Called for each fixture found in the query AABB.
  • Method Details

    • reportFixture

      boolean reportFixture(Fixture fixture)
      Called for each fixture found in the query AABB.
      Parameters:
      fixture -
      Returns:
      false to terminate the query.