Table of Contents

Method b3DynamicTree_CreateProxy

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3DynamicTree_CreateProxy(b3DynamicTree*, b3AABB, ulong, ulong)

Create a proxy. Provide an AABB and a userData value.

public static extern int b3DynamicTree_CreateProxy(b3DynamicTree* tree, b3AABB aabb, ulong categoryBits, ulong userData)

Parameters

tree b3DynamicTree*

See the Box3D documentation.

aabb b3AABB

See the Box3D documentation.

categoryBits ulong

See the Box3D documentation.

userData ulong

See the Box3D documentation.

Returns

int

See the Box3D documentation.