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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void Query(
	BroadPhaseQueryCallback callback,
	ref AABB aabb
)

Parameters

callback
Type: Internal.tainicom.Aether.Physics2D.CollisionBroadPhaseQueryCallback
The callback.
aabb
Type: Internal.tainicom.Aether.Physics2D.CollisionAABB
The aabb.
See Also