Click or drag to resize

LineShape2DSetD Method

Note: This API is now obsolete.

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

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

Parameters

d
Type: SystemSingle

[Missing <param name="d"/> documentation for "M:Godot.LineShape2D.SetD(System.Single)"]

See Also