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
worldIdb3WorldId-
See the Box3D documentation.
defb3ParallelJointDef*-
See the Box3D documentation.
Returns
- b3JointId
-
See the Box3D documentation.
Remarks
See b3ParallelJointDef for details @see b3ParallelJointDef for details