Table of Contents

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

tree b3DynamicTree*

See the Box3D documentation.

proxyId int

See the Box3D documentation.

aabb b3AABB

See the Box3D documentation.