Table of Contents

Method b3CreateMotorJoint

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

b3CreateMotorJoint(b3WorldId, b3MotorJointDef*)

Create a motor joint

public static extern b3JointId b3CreateMotorJoint(b3WorldId worldId, b3MotorJointDef* def)

Parameters

worldId b3WorldId

See the Box3D documentation.

def b3MotorJointDef*

See the Box3D documentation.

Returns

b3JointId

See the Box3D documentation.

Remarks

See b3MotorJointDef for details @see b3MotorJointDef for details