We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8eb2f8 commit 6e1e0f3Copy full SHA for 6e1e0f3
src/Box2D.NET/B2Joints.cs
@@ -75,6 +75,8 @@ public static b2FilterJointDef b2DefaultFilterJointDef()
75
return def;
76
}
77
78
+ /// Use this to initialize your joint definition
79
+ /// @ingroup prismatic_joint
80
public static B2PrismaticJointDef b2DefaultPrismaticJointDef()
81
{
82
B2PrismaticJointDef def = new B2PrismaticJointDef();
0 commit comments