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