Click or drag to resize

DampedSpringJoint2DSetDamping Method

Note: This API is now obsolete.

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

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

Parameters

damping
Type: SystemSingle

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

See Also