Table of Contents

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

compound b3CompoundData*

See the Box3D documentation.

index int

See the Box3D documentation.

Returns

b3CompoundCapsule

See the Box3D documentation.