Method b3DynamicTree_DestroyProxy
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3DynamicTree_DestroyProxy(b3DynamicTree*, int)
Destroy a proxy. This asserts if the id is invalid.
public static extern void b3DynamicTree_DestroyProxy(b3DynamicTree* tree, int proxyId)Parameters
treeb3DynamicTree*-
See the Box3D documentation.
proxyIdint-
See the Box3D documentation.