Click or drag to resize

Area2DLinearDamp Property

The rate at which objects stop moving in this area. Represents the linear velocity lost per second.

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