Method b3DynamicTree_GetAABB
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3DynamicTree_GetAABB(b3DynamicTree*, int)
Gets the bounding box of a tree proxy.
public static b3AABB b3DynamicTree_GetAABB(b3DynamicTree* tree, int proxyId)Parameters
treeb3DynamicTree*-
The tree.
proxyIdint-
The proxy index.
Returns
- b3AABB
-
The bounding box.