StaticBody2D.friction

The body's friction. Values range from 0 (no friction) to 1 (full friction).

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

Meta