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
Get
Proxy Method
Get user data from a proxy. Returns null if the id is invalid.
Namespace:
Internal.Physics2D.Collision
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.2.1.0 (2026.2.1.0)
Syntax
C#
Copy
public
TNode
GetProxy
(
int
proxyId
)
Parameters
proxyId
Int32
The proxy id.
Return Value
TNode
Implements
IBroadPhase
TNode
GetProxy(Int32)
See Also
Reference
DynamicTreeBroadPhase
TNode
Class
Internal.Physics2D.Collision Namespace
Copyright 2026 NeoAxis. All rights reserved.