com.badlogic.gdx.physics.box2d
Interface QueryCallback


public interface QueryCallback

Callback class for AABB queries.


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.

Returns:
false to terminate the query.


Copyright © 2013. All Rights Reserved.