Method b3DynamicTree_SetCategoryBits
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3DynamicTree_SetCategoryBits(b3DynamicTree*, int, ulong)
Modify the category bits on a proxy. This is an expensive operation.
public static extern void b3DynamicTree_SetCategoryBits(b3DynamicTree* tree, int proxyId, ulong categoryBits)Parameters
treeb3DynamicTree*-
See the Box3D documentation.
proxyIdint-
See the Box3D documentation.
categoryBitsulong-
See the Box3D documentation.