Table of Contents

Method b3DynamicTree_Create

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

b3DynamicTree_Create(int)

Constructing the tree initializes the node pool.

public static extern b3DynamicTree b3DynamicTree_Create(int proxyCapacity)

Parameters

proxyCapacity int

See the Box3D documentation.

Returns

b3DynamicTree

See the Box3D documentation.