org.jbox2d.callbacks
Interface QueryCallback


public interface QueryCallback

Callback class for AABB queries. See World.query

Author:
Daniel Murphy

Method Summary
 boolean reportFixture(Fixture fixture)
          Called for each fixture found in the query AABB.
 

Method Detail

reportFixture

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

Parameters:
fixture -
Returns:
false to terminate the query.


Copyright © 2013. All Rights Reserved.