PhysicsMaterial.friction

The body's friction. Values range from 0 (frictionless) to 1 (maximum friction).

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

Meta