Click or drag to resize

Line2DPoints Property

The points that form the lines. The line is drawn between every point set in this array. Points are interpreted as local vectors.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Vector2[] Points { get; set; }

Property Value

Type: Vector2
See Also