Click or drag to resize

DynamicTreeTQuery Method

Query an AABB for overlapping proxies. The callback class is called for each proxy that overlaps the supplied AABB.

Namespace: Internal.tainicom.Aether.Physics2D.Collision
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void Query(
	BroadPhaseQueryCallback callback,
	ref AABB aabb
)

Parameters

callback  BroadPhaseQueryCallback
The callback.
aabb  AABB
The aabb.
See Also