Query an AABB for overlapping proxies. The callback class
is called for each proxy that overlaps the supplied AABB.
Namespace: Internal.tainicom.Aether.Physics2D.CollisionAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void Query(
BroadPhaseQueryCallback callback,
ref AABB aabb
)
Parameters
- callback BroadPhaseQueryCallback
- The callback.
- aabb AABB
- The aabb.
See Also