Dart Documentationbox2dQueryCallback

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);
}

Methods

abstract bool reportFixture(Fixture fixture) #

Called for each fixture found in the query AABB. return false to terminate the query.