Table of Contents

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

worldId b3WorldId

See the Box3D documentation.

def b3WeldJointDef*

See the Box3D documentation.

Returns

b3JointId

See the Box3D documentation.

Remarks

See b3WeldJointDef for details @see b3WeldJointDef for details