Click or drag to resize

DynamicTreeTMoveProxy Method

Move a proxy with a swepted AABB. If the proxy has moved outside of its fattened AABB, then the proxy is removed from the tree and re-inserted. Otherwise the function returns immediately.

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 bool MoveProxy(
	int proxyId,
	ref AABB aabb,
	Vector2 displacement
)

Parameters

proxyId  Int32
The proxy id.
aabb  AABB
The aabb.
displacement  Vector2
The displacement.

Return Value

Boolean
true if the proxy was re-inserted.
See Also