Class TestQueryCallback

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean reportFixture​(Fixture argFixture)
      Called for each fixture found in the query AABB.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • point

        public final Vec2 point
    • Constructor Detail

      • TestQueryCallback

        public TestQueryCallback()
    • Method Detail

      • reportFixture

        public boolean reportFixture​(Fixture argFixture)
        Description copied from interface: QueryCallback
        Called for each fixture found in the query AABB.
        Specified by:
        reportFixture in interface QueryCallback
        Returns:
        false to terminate the query.