Method b3CreatePrismaticJoint
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3CreatePrismaticJoint(b3WorldId, b3PrismaticJointDef*)
Create a prismatic (slider) joint.
public static extern b3JointId b3CreatePrismaticJoint(b3WorldId worldId, b3PrismaticJointDef* def)Parameters
worldIdb3WorldId-
See the Box3D documentation.
defb3PrismaticJointDef*-
See the Box3D documentation.
Returns
- b3JointId
-
See the Box3D documentation.
Remarks
See b3PrismaticJointDef for details @see b3PrismaticJointDef for details