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
treeb3DynamicTree*-
See the Box3D documentation.
aabbb3AABB-
See the Box3D documentation.
categoryBitsulong-
See the Box3D documentation.
userDataulong-
See the Box3D documentation.
Returns
- int
-
See the Box3D documentation.