Click or drag to resize

Line2DSetSharpLimit Method

Note: This API is now obsolete.

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

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

Parameters

limit
Type: SystemSingle

[Missing <param name="limit"/> documentation for "M:Godot.Line2D.SetSharpLimit(System.Single)"]

See Also