Function PhysicsServerSingleton.jointCreateGeneric6dof

Creates a Generic6DOFJoint.

RID jointCreateGeneric6dof (
  const(RID) body_A,
  const(Transform) local_ref_A,
  const(RID) body_B,
  const(Transform) local_ref_B
) nothrow @nogc;