Click or drag to resize

StaticBodySetFriction Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.StaticBody.SetFriction(System.Single)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetFriction is deprecated. Use the Friction property instead.")]
public void SetFriction(
	float friction
)

Parameters

friction
Type: SystemSingle

[Missing <param name="friction"/> documentation for "M:Godot.StaticBody.SetFriction(System.Single)"]

See Also