Area2D.gravity

The area's gravity intensity (in pixels per second squared). This value multiplies the gravity vector. This is useful to alter the force of gravity without altering its direction.

  1. double gravity [@property getter]
  2. double gravity [@property setter]
    struct Area2D
    @nogc nothrow @property
    void
    gravity
    (
    double v
    )

Meta