Function Area2D.gravity

The area's gravity intensity (ranges from -1024 to 1024). This value multiplies the gravity vector. This is useful to alter the force of gravity without altering its direction.

double gravity() nothrow @property @nogc;

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