Table of Contents

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

tree b3DynamicTree*

See the Box3D documentation.

proxyId int

See the Box3D documentation.