Click or drag to resize

DynamicTreeBroadPhaseAddProxy Method

Create a proxy with an initial AABB. Pairs are not reported until UpdatePairs is called.

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 int AddProxy(
	ref AABB aabb
)

Parameters

aabb  AABB
 

Return Value

Int32

Implements

IBroadPhaseAddProxy(AABB)
See Also