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.CollisionAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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
Booleantrue if the proxy was re-inserted.
See Also