Click or drag to resize

DampedSpringJoint2DSetRestLength Method

Note: This API is now obsolete.

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

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

Parameters

restLength
Type: SystemSingle

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

See Also