Click or drag to resize

RigidBodyLinearDamp Property

The body's linear damp. Cannot be less than -1.0. If this value is different from -1.0, any linear damp derived from the world or areas will be overridden.

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