Click or drag to resize

StaticBody2DFriction Property

The body's friction. Values range from 0 (no friction) to 1 (full friction).

Deprecated, use Friction instead via PhysicsMaterialOverride.

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

Property Value

Type: Single
See Also