Function PhysicsServerSingleton.generic6dofJointSetFlag

Sets a generic_6_DOF_joint flag (see g6dofjointaxisflag constants).

void generic6dofJointSetFlag (
  const(RID) joint,
  const(long) axis,
  const(long) flag,
  const(bool) enable
) nothrow @nogc;