Click or drag to resize

RigidBody2DLinearDamp Property

Damps the body's LinearVelocity. If -1, the body will use the Default Linear Damp 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 LinearDamp { get; set; }

Property Value

Type: Single
See Also