Table of Contents

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

compound b3CompoundData*

See the Box3D documentation.

childIndex int

See the Box3D documentation.

Returns

b3ChildShape

See the Box3D documentation.