StaticBody.friction

The body's friction, from 0 (frictionless) to 1 (full friction). Deprecated, use PhysicsMaterial.friction instead via physicsMaterialOverride.

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

Meta