Click or drag to resize

Line2DSetPoints Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Line2D.SetPoints(Godot.Vector2[])"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetPoints is deprecated. Use the Points property instead.")]
public void SetPoints(
	Vector2[] points
)

Parameters

points
Type: GodotVector2

[Missing <param name="points"/> documentation for "M:Godot.Line2D.SetPoints(Godot.Vector2[])"]

See Also