Method b3GetCompoundChild
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3GetCompoundChild(b3CompoundData*, int)
Get a child shape of a compound.
public static extern b3ChildShape b3GetCompoundChild(b3CompoundData* compound, int childIndex)Parameters
compoundb3CompoundData*-
See the Box3D documentation.
childIndexint-
See the Box3D documentation.
Returns
- b3ChildShape
-
See the Box3D documentation.