Function Area2D.gravityDistanceScale

The falloff factor for point gravity. The greater the value, the faster gravity decreases with distance.

double gravityDistanceScale() nothrow @property @nogc;

void gravityDistanceScale (
  double v
) nothrow @property @nogc;