Function RigidBody2D.angularDamp

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

double angularDamp() nothrow @property @nogc;

void angularDamp (
  double v
) nothrow @property @nogc;