Function PhysicsServerSingleton.bodySetOmitForceIntegration

Sets whether a body uses a callback function to calculate its own physics (see bodySetForceIntegrationCallback).

void bodySetOmitForceIntegration (
  const(RID) _body,
  const(bool) enable
) nothrow @nogc;