Method b3CreateDistanceJoint
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3CreateDistanceJoint(b3WorldId, b3DistanceJointDef*)
Create a distance joint
public static extern b3JointId b3CreateDistanceJoint(b3WorldId worldId, b3DistanceJointDef* def)Parameters
worldIdb3WorldId-
See the Box3D documentation.
defb3DistanceJointDef*-
See the Box3D documentation.
Returns
- b3JointId
-
See the Box3D documentation.
Remarks
See b3DistanceJointDef for details @see b3DistanceJointDef for details