Method b3CreateCompound
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3CreateCompound(b3CompoundDef*)
Create a compound shape. All input data in the definition is cloned into the resulting compound.
public static extern b3CompoundData* b3CreateCompound(b3CompoundDef* def)Parameters
defb3CompoundDef*-
See the Box3D documentation.
Returns
- b3CompoundData*
-
See the Box3D documentation.