Function RigidBody2D.customIntegrator

If true, internal force integration is disabled for this body. Aside from collision response, the body will only move as determined by the integrateForces function.

bool customIntegrator() nothrow @property @nogc;

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