Click or drag to resize

DynamicTreeTAddProxy Method

Create a proxy in the tree as a leaf node. We return the index of the node instead of a pointer so that we can grow the node pool. ///

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
The aabb.

Return Value

Int32
Index of the created proxy
See Also