Function Physics2DServerSingleton.bodyIsOmittingForceIntegration

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

bool bodyIsOmittingForceIntegration (
  const(RID) _body
) nothrow @nogc const;