Click or drag to resize

Line2DSetWidth Method

Note: This API is now obsolete.

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

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

Parameters

width
Type: SystemSingle

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

See Also