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]
    struct RigidBody2D
    @nogc nothrow @property
    double
    angularDamp
    ()
  2. double angularDamp [@property setter]

Meta