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