Table of Contents

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

tree b3DynamicTree*

See the Box3D documentation.

proxyId int

See the Box3D documentation.

categoryBits ulong

See the Box3D documentation.