Click or drag to resize

PinJoint2DSetSoftness Method

Note: This API is now obsolete.

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

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

Parameters

softness
Type: SystemSingle

[Missing <param name="softness"/> documentation for "M:Godot.PinJoint2D.SetSoftness(System.Single)"]

See Also