RigidBody.linearDamp

The body's linear damp. Default value: -1, cannot be less than -1. If this value is different from -1, any linear damp derived from the world or areas will be overridden.

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

Meta