Click or drag to resize

RigidBody2DAngularDamp Property

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

See for more details about damping.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float AngularDamp { get; set; }

Property Value

Type: Single
See Also