QueryCallback abstract class
abstract class QueryCallback { /** * Called for each fixture found in the query AABB. * return false to terminate the query. */ bool reportFixture(Fixture fixture); }
abstract class QueryCallback { /** * Called for each fixture found in the query AABB. * return false to terminate the query. */ bool reportFixture(Fixture fixture); }