reportFixture abstract method

bool reportFixture(
  1. Fixture fixture
)

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

Implementation

bool reportFixture(Fixture fixture);