RigidBody2D.angularDamp

Damps the body's angularVelocity. If -1 the body will use the "Default Angular Damp" in "Project > Project Settings > Physics > 2d". Default value: -1.

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

Meta