Click or drag to resize

WorldQueryAABB Method

Overload List
  NameDescription
Public methodQueryAABB(QueryReportFixtureDelegate, AABB)
Query the world for all fixtures that potentially overlap the provided AABB. Inside the callback: Return true: Continues the query Return false: Terminate the query
Public methodQueryAABB(QueryReportFixtureDelegate, AABB)
Query the world for all fixtures that potentially overlap the provided AABB. Inside the callback: Return true: Continues the query Return false: Terminate the query
Top
See Also