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