Method b3DynamicTree_Rebuild
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3DynamicTree_Rebuild(b3DynamicTree*, NativeBool)
Rebuild the tree while retaining subtrees that haven't changed. Returns the number of boxes sorted.
public static extern int b3DynamicTree_Rebuild(b3DynamicTree* tree, NativeBool fullBuild)Parameters
treeb3DynamicTree*-
See the Box3D documentation.
fullBuildNativeBool-
See the Box3D documentation.
Returns
- int
-
See the Box3D documentation.