Method b3GetCompoundHull
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3GetCompoundHull(b3CompoundData*, int)
Access a child hull by index.
public static extern b3CompoundHull b3GetCompoundHull(b3CompoundData* compound, int index)Parameters
compoundb3CompoundData*-
See the Box3D documentation.
indexint-
See the Box3D documentation.
Returns
- b3CompoundHull
-
See the Box3D documentation.