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
worldIdb3WorldId-
See the Box3D documentation.
defb3WheelJointDef*-
See the Box3D documentation.
Returns
- b3JointId
-
See the Box3D documentation.
Remarks
See b3WheelJointDef for details. @see b3WheelJointDef for details.