Method b3CreateFilterJoint
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3CreateFilterJoint(b3WorldId, b3FilterJointDef*)
Create a filter joint.
public static extern b3JointId b3CreateFilterJoint(b3WorldId worldId, b3FilterJointDef* def)Parameters
worldIdb3WorldId-
See the Box3D documentation.
defb3FilterJointDef*-
See the Box3D documentation.
Returns
- b3JointId
-
See the Box3D documentation.
Remarks
See b3FilterJointDef for details @see b3FilterJointDef for details