Method b3DynamicTree_MoveProxy
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3DynamicTree_MoveProxy(b3DynamicTree*, int, b3AABB)
Move a proxy to a new AABB by removing and reinserting into the tree.
public static extern void b3DynamicTree_MoveProxy(b3DynamicTree* tree, int proxyId, b3AABB aabb)Parameters
treeb3DynamicTree*-
See the Box3D documentation.
proxyIdint-
See the Box3D documentation.
aabbb3AABB-
See the Box3D documentation.