Table of Contents

Method b3CreateWheelJoint

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

b3CreateWheelJoint(b3WorldId, b3WheelJointDef*)

Create a wheel joint.

public static extern b3JointId b3CreateWheelJoint(b3WorldId worldId, b3WheelJointDef* def)

Parameters

worldId b3WorldId

See the Box3D documentation.

def b3WheelJointDef*

See the Box3D documentation.

Returns

b3JointId

See the Box3D documentation.

Remarks

See b3WheelJointDef for details. @see b3WheelJointDef for details.