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.

  1. bool customIntegrator [@property getter]
  2. bool customIntegrator [@property setter]
    struct RigidBody
    @nogc nothrow @property
    void
    customIntegrator
    (
    bool v
    )

Meta