Click or drag to resize

WorldQueryAABB(QueryReportFixtureDelegate, AABB) Method

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

Namespace: Internal.tainicom.Aether.Physics2D.Dynamics
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void QueryAABB(
	QueryReportFixtureDelegate callback,
	AABB aabb
)

Parameters

callback  QueryReportFixtureDelegate
A user implemented callback class.
aabb  AABB
The aabb query box.
See Also