Click or drag to resize

Line2DSetPointPosition Method

Overwrites the position in point i with the supplied position.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetPointPosition(
	int i,
	Vector2 position
)

Parameters

i
Type: SystemInt32

[Missing <param name="i"/> documentation for "M:Godot.Line2D.SetPointPosition(System.Int32,Godot.Vector2)"]

position
Type: GodotVector2

[Missing <param name="position"/> documentation for "M:Godot.Line2D.SetPointPosition(System.Int32,Godot.Vector2)"]

See Also