StaticBody.friction

The body friction, from 0 (frictionless) to 1 (full friction).

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

Meta