Click or drag to resize

DampedSpringJoint2DSetStiffness Method

Note: This API is now obsolete.

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

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

Parameters

stiffness
Type: SystemSingle

[Missing <param name="stiffness"/> documentation for "M:Godot.DampedSpringJoint2D.SetStiffness(System.Single)"]

See Also