public interface QueryCallback

Callback class for AABB queries. See World.query

Methods

public abstract boolean reportFixture(Fixture fixture)Called for each fixture found in the query AABB.

Method details

reportFixture

public abstract boolean reportFixture(Fixture fixture)
Called for each fixture found in the query AABB.

Returns

false to terminate the query.