Function RigidBody.customIntegrator

If true, internal force integration will be disabled (like gravity or air friction) for this body. Other than collision response, the body will only move as determined by the integrateForces function, if defined.

bool customIntegrator() nothrow @property @nogc;

void customIntegrator (
  bool v
) nothrow @property @nogc;