Area.angularDamp

The rate at which objects stop spinning in this area. Represents the angular velocity lost per second. Values range from 0 (no damping) to 1 (full damping).

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

Meta