Click or drag to resize

WorldQueryAABB Method (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

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

Parameters

callback
Type: Internal.tainicom.Aether.Physics2D.DynamicsQueryReportFixtureDelegate
A user implemented callback class.
aabb
Type: Internal.tainicom.Aether.Physics2D.CollisionAABB
The aabb query box.
See Also