NeoAxis Documentation
NeoAxis Documentation
API Reference
Internal.Physics2D.Collision
DynamicTreeBroadPhase<TNode> Class
DynamicTreeBroadPhase<TNode> Methods
AddProxy Method
GetFatAABB Method
GetProxy Method
MoveProxy Method
Query Method
RayCast Method
RemoveProxy Method
SetProxy Method
ShiftOrigin Method
TestOverlap Method
TouchProxy Method
UpdatePairs Method
Dynamic
Tree
Broad
Phase
TNode
Test
Overlap Method
Test overlap of fat AABBs.
Namespace:
Internal.Physics2D.Collision
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.2.1.0 (2026.2.1.0)
Syntax
C#
Copy
public
bool
TestOverlap
(
int
proxyIdA
,
int
proxyIdB
)
Parameters
proxyIdA
Int32
The proxy id A.
proxyIdB
Int32
The proxy id B.
Return Value
Boolean
Implements
IBroadPhase
TNode
TestOverlap(Int32, Int32)
See Also
Reference
DynamicTreeBroadPhase
TNode
Class
Internal.Physics2D.Collision Namespace
Copyright 2026 NeoAxis. All rights reserved.