Function Area2D.gravityPoint

If true, gravity is calculated from a point (set via gravityVec). See also spaceOverride.

bool gravityPoint() nothrow @property @nogc;

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