Table of Contents

Method b3CreateParallelJoint

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3CreateParallelJoint(b3WorldId, b3ParallelJointDef*)

Create a parallel joint

public static extern b3JointId b3CreateParallelJoint(b3WorldId worldId, b3ParallelJointDef* def)

Parameters

worldId b3WorldId

See the Box3D documentation.

def b3ParallelJointDef*

See the Box3D documentation.

Returns

b3JointId

See the Box3D documentation.

Remarks

See b3ParallelJointDef for details @see b3ParallelJointDef for details